diff options
| -rw-r--r-- | src/oplist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oplist.c b/src/oplist.c index 33896f9..277693f 100644 --- a/src/oplist.c +++ b/src/oplist.c | |||
| @@ -761,7 +761,7 @@ static plist_err_t node_from_openstep(parse_ctx ctx, plist_t *plist) | |||
| 761 | char c = *ctx->pos; | 761 | char c = *ctx->pos; |
| 762 | ctx->pos++; | 762 | ctx->pos++; |
| 763 | p = ctx->pos; | 763 | p = ctx->pos; |
| 764 | int num_escapes = 0; | 764 | size_t num_escapes = 0; |
| 765 | while (ctx->pos < ctx->end) { | 765 | while (ctx->pos < ctx->end) { |
| 766 | if (*ctx->pos == '\\') { | 766 | if (*ctx->pos == '\\') { |
| 767 | num_escapes++; | 767 | num_escapes++; |
