mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
Misc
This commit is contained in:
parent
5ae450a544
commit
391518c011
@ -34,7 +34,7 @@ void ProcessFile(FILE *in, bool stripFirstComment)
|
||||
fputs(s, stdout);
|
||||
continue;
|
||||
}
|
||||
char *p = strchr(s, '"');
|
||||
p = strchr(s, '"');
|
||||
if (! p) {
|
||||
throw "#include misses \" - start of filename";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user