From f3b09c3de55d6bfcc60665eaa9a89400474bc6cb Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 21 Feb 2010 21:38:02 +0000 Subject: Much improved automated Xcode3 IDE built. These are the files for creating the IDE. I will replace the Xcode 3 IDE itself in the next step. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7131 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fl_Function_Type.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fluid/Fl_Function_Type.cxx') diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index 6a56df85c..30a3b725e 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_%016lx", (unsigned long int)o); - o->name(buf); + o->name("myBinaryData"); o->add(p); o->factory = this; return o; -- cgit v1.2.3