[Glibc-bsd-commits] r2827 - trunk/glibc-ports/kfreebsd

Aurelien Jarno aurel32 at alioth.debian.org
Fri Nov 13 14:55:29 UTC 2009


Author: aurel32
Date: 2009-11-13 14:55:29 +0000 (Fri, 13 Nov 2009)
New Revision: 2827

Modified:
   trunk/glibc-ports/kfreebsd/renameat.c
Log:
Fix previous commit



Modified: trunk/glibc-ports/kfreebsd/renameat.c
===================================================================
--- trunk/glibc-ports/kfreebsd/renameat.c	2009-11-13 13:38:14 UTC (rev 2826)
+++ trunk/glibc-ports/kfreebsd/renameat.c	2009-11-13 14:55:29 UTC (rev 2827)
@@ -71,6 +71,7 @@
 	}
 
       old_filelen = strlen (old);
+      new_filelen = strlen (new);
       if (__builtin_expect (old_filelen == 0, 0)
 	  || __builtin_expect (new_filelen == 0, 0))
 	{




More information about the Glibc-bsd-commits mailing list