dbghelp: Use dbgstr_a() in case pointer is NULL.

This commit is contained in:
Andrew Talbot 2008-06-22 15:12:02 +01:00 committed by Alexandre Julliard
parent e938ff9aee
commit 51b3b4a481
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ static int stabs_pts_read_type_def(struct ParseTypedefData* ptd, const char* typ
*stabs_find_ref(filenr1, subnr1) = *ret_dt = new_dt;
TRACE("Adding (%ld,%ld) %s\n", filenr1, subnr1, typename);
TRACE("Adding (%ld,%ld) %s\n", filenr1, subnr1, debugstr_a(typename));
return 0;
}