X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/75eddf785fedc2aeb9bf96db5a9bee97f7e4e72e..551ad48994360f994af0649686885aa3946e029f:/src/scanner.c diff --git a/src/scanner.c b/src/scanner.c index cbe5c6f..ceee749 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -2860,7 +2860,7 @@ yaml_parser_scan_block_scalar(yaml_parser_t *parser, yaml_token_t *token, if (!CACHE(parser, 1)) goto error; - while ((int)parser->mark.column == indent && !IS_Z(parser->buffer)) + while ((int)parser->mark.column == indent && !(IS_Z(parser->buffer))) { /* * We are at the beginning of a non-empty line.