Eric Pouech : dbghelp: Use module->modulename instead of module->module.ModuleName in traces.

Alexandre Julliard julliard at winehq.org
Mon Sep 6 16:15:05 CDT 2021


Module: wine
Branch: master
Commit: b9ebb3fb6269846cb9b04e4887d0235f089a79bc
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b9ebb3fb6269846cb9b04e4887d0235f089a79bc

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Mon Sep  6 10:40:08 2021 +0200

dbghelp: Use module->modulename instead of module->module.ModuleName in traces.

The former is truncated to 64 chars while the latter is truncated to
32 chars.

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dbghelp/dwarf.c        |  6 +++---
 dlls/dbghelp/elf_module.c   | 12 ++++++------
 dlls/dbghelp/macho_module.c |  8 ++++----
 dlls/dbghelp/module.c       |  4 ++--
 dlls/dbghelp/msc.c          |  2 +-
 dlls/dbghelp/pe_module.c    |  2 +-
 dlls/dbghelp/symbol.c       | 20 ++++++++++----------
 dlls/dbghelp/type.c         |  4 ++--
 8 files changed, 29 insertions(+), 29 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=b9ebb3fb6269846cb9b04e4887d0235f089a79bc



More information about the wine-cvs mailing list