Skip to content
Snippets Groups Projects
Commit e3ac2743 authored by deuce's avatar deuce
Browse files

Add TODO comment for LE hackery.

parent 5d6d219d
No related branches found
No related tags found
No related merge requests found
......@@ -910,6 +910,7 @@ void packmsgs(ulong packable)
fseek(smb.sda_fp,0L,SEEK_SET);
for(l=m=0;l<length;l+=2) {
printf("\r%2lu%% ",l ? (long)(100.0/((float)length/l)) : 0);
/* TODO: Only works on LE (size mismatch) */
i=0;
if(!fread(&i,2,1,smb.sda_fp))
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment