Fix using strings deprecated in c++11

This commit is contained in:
Alexander Skovpen
2018-07-12 21:36:37 +03:00
committed by dukelsky
parent 3c52692ffc
commit a61ee2e300
37 changed files with 1035 additions and 1035 deletions

View File

@@ -90,7 +90,7 @@ int SMBCALL smb_ver(void)
char* SMBCALL smb_lib_ver(void)
{
return(SMBLIB_VERSION);
return((char *)SMBLIB_VERSION);
}
/****************************************************************************/