mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23: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);
|
fputs(s, stdout);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
char *p = strchr(s, '"');
|
p = strchr(s, '"');
|
||||||
if (! p) {
|
if (! p) {
|
||||||
throw "#include misses \" - start of filename";
|
throw "#include misses \" - start of filename";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user