8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 07:23:03 +01:00
This commit is contained in:
alexpeshkoff 2006-07-25 13:06:02 +00:00
parent 5ae450a544
commit 391518c011

View File

@ -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";
} }