From: Eric Pouech eric.pouech@gmail.com
Signed-off-by: Eric Pouech eric.pouech@gmail.com --- dlls/msvcrt/undname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/msvcrt/undname.c b/dlls/msvcrt/undname.c index 0f74bd12187..5ff778eacf9 100644 --- a/dlls/msvcrt/undname.c +++ b/dlls/msvcrt/undname.c @@ -457,7 +457,7 @@ static BOOL get_modifier(struct parsed_symbol *sym, struct datatype_t *xdt, cons default: return FALSE; } if (xdt->left && mod) - xdt->left = str_printf(sym, "%s %s", xdt->left, mod); + xdt->left = str_printf(sym, "%s %s", mod, xdt->left/*, mod*/); else if (mod) xdt->left = mod; if (ch >= 'Q' && ch <= 'T') /* pointer to member, fetch class */