aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flatom_pr.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-11 04:35:59 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-11 04:35:59 +0000
commit41086e91d04b3c5f10fdf054260e90c0970e5ac6 (patch)
treef3462871065b679ee2fde3b3ed08c2f6bcb30585 /externals/grill/flext/source/flatom_pr.cpp
parentc289fe90067b6bb65df3827cbc037c118d1b86cb (diff)
""
svn path=/trunk/; revision=297
Diffstat (limited to 'externals/grill/flext/source/flatom_pr.cpp')
-rw-r--r--externals/grill/flext/source/flatom_pr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flatom_pr.cpp b/externals/grill/flext/source/flatom_pr.cpp
index 44b43bbf..854ae379 100644
--- a/externals/grill/flext/source/flatom_pr.cpp
+++ b/externals/grill/flext/source/flatom_pr.cpp
@@ -44,7 +44,7 @@ void flext::PrintAtom(const t_atom &a,char *buf)
#endif
#if FLEXT_SYS == FLEXT_SYS_PD
case A_POINTER:
- STD::sprintf(buf,"%x",GetPointer(a));
+ STD::sprintf(buf,"%p",GetPointer(a));
break;
#endif
case A_SYMBOL: