Fix bug in last commit

This commit is contained in:
Andrew Pamment 2018-10-27 15:30:48 +10:00
parent 26f1e850e2
commit 17296c6753
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ int process_msgs_dat(char *msgsdat) {
if (!bases_exists) {
fprintf(cfgfptr, "[bases]\n");
bases_exists = 1;
}
fprintf(cfgfptr, "%d = %d\n", msgconf, msgconf);