Important Update:
- Bug fix JSONparseCore: Allow for blank path in file name - Added new Class LiteProtocolCore for basic protocol
This commit is contained in:
@@ -68,7 +68,8 @@ bool CJSONparse::WriteToFile( const char * BasePath, const char * Path, const ch
|
||||
char FilePath[250] = "";
|
||||
|
||||
// Build file name
|
||||
strcpy( FilePath, Path );
|
||||
if (Path)
|
||||
strcpy( FilePath, Path );
|
||||
strcat( FilePath, FileName );
|
||||
|
||||
// Read file
|
||||
|
||||
Reference in New Issue
Block a user