Fixing profile loading #1135
This commit is contained in:
parent
ea6e961a13
commit
84861ef989
5 changed files with 51 additions and 12 deletions
2
cli.cpp
2
cli.cpp
|
|
@ -623,7 +623,7 @@ bool OptionSize(int *current_device, int *current_zone, std::string argument, Op
|
|||
/*---------------------------------------------------------*\
|
||||
| Save the profile |
|
||||
\*---------------------------------------------------------*/
|
||||
ResourceManager::get()->GetProfileManager()->SaveProfile("sizes.ors");
|
||||
ResourceManager::get()->GetProfileManager()->SaveProfile("sizes", true);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue