*** deezee.c Mon Apr 10 22:32:02 2006 --- deezee_offsets.c Thu Mar 27 20:22:16 2008 *************** *** 85,91 **** fcount++; snprintf(buf, 255, OUTNAME, argv[1], fcount); outfile = fopen(buf, "w"); ! printf("Compressed segment found. Expanded to %d bytes\n", rval); fseek(infile, offset+incr-1, SEEK_SET); incr -= 1; } else { --- 85,91 ---- fcount++; snprintf(buf, 255, OUTNAME, argv[1], fcount); outfile = fopen(buf, "w"); ! printf("Compressed segment found at 0x%x. Expanded to %d bytes\n", offset, rval); fseek(infile, offset+incr-1, SEEK_SET); incr -= 1; } else {