X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/20496ee288fc0cbb9416a328f39379f69a5667da..1560fc82ad6f642553edacae9d99f192ed480221:/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.