125 for(i=start;i<content.length;i++) { |
126 for(i=start;i<content.length;i++) { |
126 char c = content.ptr[i]; |
127 char c = content.ptr[i]; |
127 if(c == '\n') { |
128 if(c == '\n') { |
128 if(quote) { |
129 if(quote) { |
129 *pos = i; |
130 *pos = i; |
130 log_ereport( |
131 ws_cfg_log( |
131 LOG_FAILURE, |
132 LOG_FAILURE, |
132 "cfgparser: file %s:%d:%d: error: %s", |
133 "cfgparser: file %s:%d:%d: error: %s", |
133 parser->filename, |
134 parser->filename, |
134 parser->linenum, |
135 parser->linenum, |
135 parser->linepos+2, |
136 parser->linepos+2, |