mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Patch by Vitaly Bodzhgua. The code ignored exceptions thrown from ProcessFile().
This commit is contained in:
parent
f3ea350fa5
commit
2161617fba
@ -60,7 +60,7 @@ int main()
|
||||
try {
|
||||
ProcessFile(stdin, false);
|
||||
}
|
||||
catch (char* x)
|
||||
catch (const char* x)
|
||||
{
|
||||
fprintf(stderr, "%s\n", x);
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user