summaryrefslogtreecommitdiff
path: root/fluid/Fl_Function_Type.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/Fl_Function_Type.cxx')
-rw-r--r--fluid/Fl_Function_Type.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx
index 6cde5e680..bcaaf875b 100644
--- a/fluid/Fl_Function_Type.cxx
+++ b/fluid/Fl_Function_Type.cxx
@@ -739,8 +739,7 @@ Fl_Type *Fl_Data_Type::make() {
o->public_ = 1;
o->static_ = 1;
o->filename_ = 0;
- //char buf[32]; sprintf(buf, "data_%08x", (unsigned int)o);
- char buf[32]; sprintf(buf, "data_%p", o);
+ char buf[32]; sprintf(buf, "data_%016x", (unsigned long int)o);
o->name(buf);
o->add(p);
o->factory = this;