Fixed a problem with project parsing
This commit is contained in:
parent
ad922fb5ee
commit
70160d16dc
|
@ -215,7 +215,7 @@ parse_project__data(Partition *scratch, String file_name, String data, String fi
|
|||
}
|
||||
|
||||
bool32 save_dirty_buffers = false;
|
||||
if (config_compound_bool_member(parsed, compound, "save_dirty_files", 3, &footer_panel)){
|
||||
if (config_compound_bool_member(parsed, compound, "save_dirty_files", 3, &save_dirty_buffers)){
|
||||
command->save_dirty_buffers = save_dirty_buffers;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue