Unbreak after recent fltk update.
This commit is contained in:
parent
51499bac88
commit
451c213b4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73857
20
x11-toolkits/fl_editor/files/patch-src-Fl_MultiEditor.cxx
Normal file
20
x11-toolkits/fl_editor/files/patch-src-Fl_MultiEditor.cxx
Normal file
@ -0,0 +1,20 @@
|
||||
--- src/Fl_MultiEditor.cxx.orig Thu Jan 23 12:35:36 2003
|
||||
+++ src/Fl_MultiEditor.cxx Thu Jan 23 12:35:56 2003
|
||||
@@ -102,7 +102,7 @@
|
||||
sinf->Caption = new wString;
|
||||
sinf->SessionName = new wString;
|
||||
sinf->SessionNumber = ++SessionCount;
|
||||
- const char *temp = name ? filename_name(name) : NULL;
|
||||
+ const char *temp = name ? fl_filename_name(name) : NULL;
|
||||
if(temp)
|
||||
*sinf->SessionName = temp;
|
||||
else
|
||||
@@ -243,7 +243,7 @@
|
||||
fclose(out);
|
||||
}
|
||||
*CurrentSession->FileName = filename;
|
||||
- const char *temp = filename_name(fn);
|
||||
+ const char *temp = fl_filename_name(fn);
|
||||
if(!temp)
|
||||
temp = fn;
|
||||
if(temp)
|
Loading…
Reference in New Issue
Block a user