diff options
Diffstat (limited to 'fluid/Fl_Function_Type.cxx')
| -rw-r--r-- | fluid/Fl_Function_Type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index 30a3b725e..0c33a50be 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -869,7 +869,7 @@ void Fl_Data_Type::write_code1() { if (!c) return; const char *fn = filename_; char *data = 0; - size_t nData = -1; + int nData = -1; // path should be set correctly already if (filename_ && !write_sourceview) { FILE *f = fopen(filename_, "rb"); |
