From: Nick Mathewson Date: Wed, 3 Nov 2004 19:15:38 +0000 (+0000) Subject: Remove extraneous local X-Git-Tag: debian-version-0.0.8+0.0.9pre5-1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=871bf904ae7f6cfce3f254397df1da03c8920a61;p=thirdparty%2Ftor.git Remove extraneous local svn:r2663 --- diff --git a/src/common/util.c b/src/common/util.c index d118c4ae27..dc5f29bbaa 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -766,7 +766,6 @@ int write_bytes_to_file(const char *fname, const char *str, size_t len, { char tempname[1024]; int fd; - size_t len; int result; if ((strlcpy(tempname,fname,1024) >= 1024) || (strlcat(tempname,".tmp",1024) >= 1024)) {