]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- updated
authortommat <tommat@pld-linux.org>
Wed, 16 Feb 2005 09:51:04 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox-LFS.patch -> 1.3

busybox-LFS.patch

index e527d544c18a661a14486d6e648676ddbdf3c853..b6a246374e081beca482e9249c4232efa8cb54a6 100644 (file)
@@ -121,7 +121,7 @@ diff -Nur busybox-1.00-orig/networking/ftpgetput.c busybox-1.00/networking/ftpge
 +#ifdef CONFIG_LFS
 +              if (safe_strtoull(buf + 4, &value))
 +#else
-+              if (safe_strtoull(buf + 4, &value))
+               if (safe_strtoul(buf + 4, &value))
 +#endif
                        bb_error_msg_and_die("SIZE error: %s", buf + 4);
                filesize = value;
This page took 0.045627 seconds and 4 git commands to generate.