Skip to content
Snippets Groups Projects
Commit ff7d388c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't indent the Date key in the root section

parent 32fb9b77
No related branches found
No related tags found
No related merge requests found
...@@ -238,7 +238,7 @@ bool fwrite_dstats(FILE* fp, const stats_t* stats, const char* function) ...@@ -238,7 +238,7 @@ bool fwrite_dstats(FILE* fp, const stats_t* stats, const char* function)
ini = iniReadFile(fp); ini = iniReadFile(fp);
if(ini != NULL) { if(ini != NULL) {
iniSetDateTime(&ini, NULL, strStatsDate, /* include_time: */false, stats->date, &ini_style); iniSetDateTime(&ini, NULL, strStatsDate, /* include_time: */false, stats->date, /* style: */NULL);
settotals(&ini, strStatsToday, &stats->today); settotals(&ini, strStatsToday, &stats->today);
settotals(&ini, strStatsTotal, &stats->total); settotals(&ini, strStatsTotal, &stats->total);
result = write_dstats(fp, &ini, function); result = write_dstats(fp, &ini, function);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment