Minor tweak to remove warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4773 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a947ff8dde
commit
3e2ff820a4
2 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ DohStr(const DOH *obj) {
|
|||
if (objinfo->doh_str) {
|
||||
return (objinfo->doh_str)(b);
|
||||
}
|
||||
sprintf(buffer,"<Object '%s' at %x>", objinfo->objname, (unsigned int)b);
|
||||
sprintf(buffer,"<Object '%s' at %p>", objinfo->objname, b);
|
||||
return NewString(buffer);
|
||||
} else {
|
||||
return NewString(obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue