diff options
Diffstat (limited to 'externals/grill/flext/source')
-rw-r--r-- | externals/grill/flext/source/flatom_pr.cpp | 2 |
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: |