Commit 80f8e101 by Rudolf

Remove debugging line

parent 07374958
Showing with 0 additions and 1 deletions
......@@ -55,7 +55,6 @@ int insert_throwaways(FILE *file, unsigned char throwaways)
throwaways &= 0x7;
firstbyte |= (throwaways << 5);
printb(firstbyte);
fseek(file, 0, SEEK_SET);
fwrite(&firstbyte, sizeof(firstbyte), 1, file);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment