touched up code and docs

This commit is contained in:
2009-06-05 07:36:02 +00:00
parent 551e6f7c09
commit 922bbbef18
8 changed files with 130 additions and 16 deletions

View File

@ -2676,7 +2676,7 @@ int qse_sed_exec (qse_sed_t* sed, qse_sed_io_fun_t inf, qse_sed_io_fun_t outf)
if (c->negated) n = !n;
if (n == 0)
{
c++;
c = c->state.next;
continue;
}