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

Fix that OTHER bug from two commits ago.

parent 721e18cf
No related branches found
No related tags found
No related merge requests found
......@@ -1121,8 +1121,8 @@ char *xp_asprintf_next(char *format, int type, ...)
break;
}
this_format_len=strlen(this_format);
if(j>=0) {
this_format_len=strlen(this_format);
/*
* This isn't necessary if it's already the right size,
* or it's too large... this realloc() should only need to grow
......
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