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

Assign correct_type to type after conversion.

parent b1dc1306
No related branches found
No related tags found
No related merge requests found
...@@ -816,6 +816,7 @@ char *xp_asprintf_next(char *format, int type, ...) ...@@ -816,6 +816,7 @@ char *xp_asprintf_next(char *format, int type, ...)
} }
break; break;
} }
type=correct_type;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment