Commit Diff


commit - 78546a667609f64342fba23389eda66ec7d5e76a
commit + 262d9e719a60a8459417c4d7a4084c12c01760ab
blob - 7f433e5c324618bb2936317a7524e41dbdd533d6
blob + 294319147561500b4264666b9d09b3781a7eeb1a
--- pdf.c
+++ pdf.c
@@ -4796,7 +4796,7 @@ dumpcstream(FILE *f, const HParsedToken **obj, size_t 
 		b = streamdata(obj[i]);
 
 		if (i > 0)
-			h_parse_chunk(p, "", 1);	/* separator '\0' */
+			h_parse_chunk(p, (uint8_t *)"", 1);	/* sep '\0' */
 		h_parse_chunk(p, b.token, b.len);
 	}