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

Add comment regarding write of first two bytes of a four byte integer.

parent 9b94c64e
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,7 @@ int fixsmb(char* sub)
if(!(smb.status.attr&SMB_HYPERALLOC)) {
length=filelength(fileno(smb.sdt_fp));
/* TODO: LE Only */
w=0;
for(l=0;l<length;l+=SDT_BLOCK_LEN) /* Init .SDA file to NULL */
fwrite(&w,2,1,smb.sda_fp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment