Important Update:

- Bug fix JSONparseCore: Allow for blank path in file name
- Added new Class LiteProtocolCore for basic protocol
This commit is contained in:
Charl Wentzel
2017-04-30 17:32:19 +02:00
parent ee29625b9a
commit 9677052042
4 changed files with 602 additions and 2 deletions

View File

@@ -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