Skip to content
Snippets Groups Projects
Commit 2df85ee8 authored by Cédric Roux's avatar Cédric Roux
Browse files

cleanup

parent c9f51868
No related branches found
No related tags found
No related merge requests found
......@@ -178,9 +178,7 @@ textlog *new_textlog(event_handler *h, void *database,
cur = ret->format;
while (*cur) {
printf("before chunk cur '%s'\n", cur);
struct chunk c = next_chunk(&cur, f);
printf("after chunk, cur is '%s' (%d) (type %d)\n", cur, *cur, c.type);
switch (c.type) {
case C_ERROR: goto error;
case C_STRING:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment