mirror of
https://gitlab.com/Syping/gta5view-cmd
synced 2024-11-23 06:00:22 +01:00
remove only_ to avoid confusion
This commit is contained in:
parent
297b888d5a
commit
29d88bca6e
1 changed files with 2 additions and 2 deletions
4
main.cpp
4
main.cpp
|
@ -323,7 +323,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
if (flags.value("output", QString()).toLower() == "only_exported_filename")
|
||||
if (flags.value("output", QString()).toLower() == "exported_filename")
|
||||
{
|
||||
cout << filePath.toStdString().c_str() << endl;
|
||||
}
|
||||
|
@ -343,7 +343,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
if (flags.value("output", QString()).toLower() == "only_exported_filename")
|
||||
if (flags.value("output", QString()).toLower() == "exported_filename")
|
||||
{
|
||||
cout << filePath.toStdString().c_str() << endl;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue