Fix using strings deprecated in c++11
This commit is contained in:
committed by
dukelsky
parent
3c52692ffc
commit
a61ee2e300
@@ -90,7 +90,7 @@ int SMBCALL smb_ver(void)
|
||||
|
||||
char* SMBCALL smb_lib_ver(void)
|
||||
{
|
||||
return(SMBLIB_VERSION);
|
||||
return((char *)SMBLIB_VERSION);
|
||||
}
|
||||
|
||||
/****************************************************************************/
|
||||
|
Reference in New Issue
Block a user