Skip to content
Snippets Groups Projects
Commit ffa2c51b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

MSVC requires a 0 in the struct initializer

parent 2fc23c32
No related branches found
No related tags found
No related merge requests found
Pipeline #6609 passed
......@@ -432,7 +432,7 @@ int smb_lockmsghdr(smb_t* smb, smbmsg_t* msg)
/****************************************************************************/
int smb_getmsgidx(smb_t* smb, smbmsg_t* msg)
{
fileidxrec_t idx = {};
fileidxrec_t idx = {0};
int byte_offset;
uint l,total,bot,top;
off_t length;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment