mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
clarifying error message
This commit is contained in:
parent
e8576b76f8
commit
46c97fd813
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
|
@ -38,7 +38,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::cerr << "File cannot be created\n";
|
std::cerr << "File cannot be created (may already exist)\n";
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue