diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-02-21 21:38:02 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-02-21 21:38:02 +0000 |
| commit | f3b09c3de55d6bfcc60665eaa9a89400474bc6cb (patch) | |
| tree | bc01919b774281bb64660710b573b1369d726522 /fluid/Fl_Function_Type.cxx | |
| parent | cdfefaed888f722b7546460bee2df14ebdeff8ed (diff) | |
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
Diffstat (limited to 'fluid/Fl_Function_Type.cxx')
| -rw-r--r-- | fluid/Fl_Function_Type.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
