# HG changeset patch # User Pascal Bellard # Date 1208443076 0 # Node ID 596e875e8374cde97b150ded90cca8170923f48b # Parent 2602d2710c44804f07ff4b94efe38af2bf5fbfd9 busybox/cpio: typo diff -r 2602d2710c44 -r 596e875e8374 busybox/stuff/busybox-1.10.0-cpio.u --- a/busybox/stuff/busybox-1.10.0-cpio.u Thu Apr 17 14:33:04 2008 +0000 +++ b/busybox/stuff/busybox-1.10.0-cpio.u Thu Apr 17 14:37:56 2008 +0000 @@ -69,7 +69,7 @@ + bb_perror_msg_and_die(name); + } + if (!S_ISLNK(inode->st.st_mode) && !S_ISREG(inode->st.st_mode)) -+ inode->st.st_size = 0, ++ inode->st.st_size = 0; + } + + // hard links will are stored and will be processed later