Merge branch 'refactor' of http://192.168.0.10:3000/pandx/WLG into refactor
This commit is contained in:
commit
58301c496f
@ -1515,7 +1515,7 @@ int writeStringVlaue(const char *section, const char *key, char *val, const char
|
||||
}
|
||||
memset(sect, 0, SECTION_MAX_LEN);
|
||||
sprintf(sect, "[%s]", section);
|
||||
IniWriteValue(section, key, val, file);
|
||||
IniWriteValue(sect, key, val, file);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user