mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-12 19:22:41 +00:00
dtprintinfo: Resolve format warnings
This commit is contained in:
parent
ae857795bd
commit
2794ba9c44
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ void MotifUI::Dump(boolean verbose,
|
|||
|
||||
int i;
|
||||
for (i = -2; i < level; i++) printf(" ");
|
||||
printf("BaseWidget : %08lx\n", _w);
|
||||
printf("BaseWidget : %p\n", _w);
|
||||
}
|
||||
else
|
||||
BaseUI::Dump(false, level);
|
||||
|
|
Loading…
Reference in a new issue