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++) { ...@@ -289,7 +289,7 @@ for(i=1;i<argc;i++) {
#else #else
,rioctl(GVERS) ,rioctl(GVERS)
#endif #endif
,SMBLIB_VERSION ,smb_lib_ver()
,__BORLANDC__>>8 ,__BORLANDC__>>8
,__BORLANDC__&0xff); ,__BORLANDC__&0xff);
lputs(crlf); lputs(crlf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment