patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / init / initramfs.c
index d0ce388..40042ef 100644 (file)
@@ -207,7 +207,7 @@ static int __init do_header(void)
 
 static int __init do_skip(void)
 {
-       if (this_header + count <= next_header) {
+       if (this_header + count < next_header) {
                eat(count);
                return 1;
        } else {