Commit 6f09f69f authored by Lev Walkin's avatar Lev Walkin

oops

parent 21c91e02
......@@ -34,8 +34,8 @@ check(int type, char *tagname, char *xmlbuf, char *verify) {
rc = decoder(0, td, (void **)&st, tagname, xmlbuf, xmllen);
printf("[%s] => [%s]:%d vs [%s]:%d, code %d\n",
xmlbuf,
st ? st->buf : 0, st ? st->size : 0,
verify, verlen, rc.code);
st ? st->buf : "", st ? st->size : 0,
verify ? verify : "", verlen, rc.code);
if(verify) {
assert(rc.code == RC_OK);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment