Commit 449aacc1 authored by Chris Robinson's avatar Chris Robinson Committed by Alexandre Julliard

winedbg: Align module addresses to 8 characters.

parent e600f7d0
......@@ -153,7 +153,7 @@ struct info_module
static void module_print_info(const IMAGEHLP_MODULE64* mi, BOOL is_embedded)
{
dbg_printf("%s-%s\t%-16s%s\n",
dbg_printf("%8s-%8s\t%-16s%s\n",
wine_dbgstr_longlong(mi->BaseOfImage),
wine_dbgstr_longlong(mi->BaseOfImage + mi->ImageSize),
is_embedded ? "\\" : get_symtype_str(mi), mi->ModuleName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment