Skip to content
Snippets Groups Projects
Commit 721e18cf authored by deuce's avatar deuce
Browse files

Fix bug in last commit (Doh!)

parent 7d4ce533
No related branches found
No related tags found
No related merge requests found
......@@ -1143,7 +1143,7 @@ char *xp_asprintf_next(char *format, int type, ...)
p=format+offset+j;
}
else
p=format_offset+this_format_len;
p=format+offset+this_format_len;
/*
* Search for next non-%% separateor and set offset
* to zero if none found for wrappers to know when
......
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