diff options
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l index 9755fca..9ec2b75 100644 --- a/src/config.l +++ b/src/config.l @@ -311,6 +311,7 @@ static int yyread(char *buf,int max_size) if (includeStack.isEmpty()) { int c=0; + if (inputString==0) return c; while( c < max_size && inputString[inputPosition] ) { *buf = inputString[inputPosition++] ; |