[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Remove extraneous local
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv14991/src/common
Modified Files:
util.c
Log Message:
Remove extraneous local
Index: util.c
===================================================================
RCS file: /home/or/cvsroot/src/common/util.c,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- util.c 3 Nov 2004 19:02:47 -0000 1.165
+++ util.c 3 Nov 2004 19:15:38 -0000 1.166
@@ -766,7 +766,6 @@
{
char tempname[1024];
int fd;
- size_t len;
int result;
if ((strlcpy(tempname,fname,1024) >= 1024) ||
(strlcat(tempname,".tmp",1024) >= 1024)) {