Skip to content
Snippets Groups Projects
Commit 4a3d19cc authored by rswindell's avatar rswindell
Browse files

Fixed gcc printf-format warning.

parent 6cf01e29
No related branches found
No related tags found
No related merge requests found
......@@ -1265,7 +1265,7 @@ int SMBCALL smb_addcrc(smb_t* smb, ulong crc)
close(file);
FREE(buf);
sprintf(smb->last_error
,"%d (%s) reading %u bytes"
,"%d (%s) reading %ld bytes"
,errno,STRERROR(errno),length);
return(SMB_ERR_READ);
}
......
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