Index: eagle/eagle_bin/test_parser/eagle_bin.c =================================================================== --- eagle/eagle_bin/test_parser/eagle_bin.c (revision 9382) +++ eagle/eagle_bin/test_parser/eagle_bin.c (revision 9383) @@ -701,7 +701,7 @@ return l; } -/* a bifield -> signed long conversion function is needed */ +/* a bifield -> signed long conversion function is needed */ static long load_long(unsigned char *src, int offs, unsigned long len) { @@ -782,7 +782,7 @@ } } printf("found DRC start sentinel x10x04x00x20.\n"); - + while (!magic_found) /* \x78\x56\x34\x12 */ { for (offset = 0; offset < 5; offset++) {