Skip to content
Snippets Groups Projects
Commit 56a646a3 authored by rswindell's avatar rswindell
Browse files

Fixed compile error: SMBLIB_VERSION macro hadn't been replaced with new...

Fixed compile error: SMBLIB_VERSION macro hadn't been replaced with new smb_lib_ver() function call.
parent 20bc4b8b
No related branches found
No related tags found
No related merge requests found
......@@ -289,7 +289,7 @@ for(i=1;i<argc;i++) {
#else
,rioctl(GVERS)
#endif
,SMBLIB_VERSION
,smb_lib_ver()
,__BORLANDC__>>8
,__BORLANDC__&0xff);
lputs(crlf);
......
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