wok rev 596
busybox/cpio: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 17 14:37:56 2008 +0000 (2008-04-17) |
parents | 2602d2710c44 |
children | 77220d625e1f |
files | busybox/stuff/busybox-1.10.0-cpio.u |
line diff
1.1 --- a/busybox/stuff/busybox-1.10.0-cpio.u Thu Apr 17 14:33:04 2008 +0000 1.2 +++ b/busybox/stuff/busybox-1.10.0-cpio.u Thu Apr 17 14:37:56 2008 +0000 1.3 @@ -69,7 +69,7 @@ 1.4 + bb_perror_msg_and_die(name); 1.5 + } 1.6 + if (!S_ISLNK(inode->st.st_mode) && !S_ISREG(inode->st.st_mode)) 1.7 -+ inode->st.st_size = 0, 1.8 ++ inode->st.st_size = 0; 1.9 + } 1.10 + 1.11 + // hard links will are stored and will be processed later