moinmoin
i run version 1.0.3 and it crashes here
src/scriptwriter.c:498: fprintf (f, link->data); src/scriptwriter.c:547: fprintf (f, link->data);
you mean fprintf (f, "%s", foo) and not just fprintf (f, foo)
Log in to post a comment.