updated to the new pikotools api: changed utf8 functions PascalCase to snake_case
This commit is contained in:
@@ -688,7 +688,7 @@ char file_path[WINIX_OS_PATH_SIZE];
|
||||
if( config->session_file.empty() )
|
||||
return;
|
||||
|
||||
if( !WideToUTF8(config->session_file, file_path, WINIX_OS_PATH_SIZE) )
|
||||
if( !wide_to_utf8(config->session_file, file_path, WINIX_OS_PATH_SIZE) )
|
||||
return;
|
||||
|
||||
std::ofstream file(file_path);
|
||||
|
||||
Reference in New Issue
Block a user