more bug fixes
This commit is contained in:
@@ -80,9 +80,9 @@ struct b3FileUtils
|
||||
} else
|
||||
{
|
||||
#ifdef _WIN32
|
||||
sprintf_s(path, maxPathLength,"");
|
||||
sprintf_s(path, maxPathLength,"");
|
||||
#else
|
||||
sprintf(path, maxPathLength,"");
|
||||
sprintf(path, "");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user