aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fl_editor
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-01-23 12:38:16 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-01-23 12:38:16 +0000
commit451c213b4b84f1dcd51cbe828152b80a486535f3 (patch)
tree6571dc21977b26308dd0bbb89b0b5eb8af27d118 /x11-toolkits/fl_editor
parent51499bac88aa4c2a65d31c0a4772a3fd793d9fd9 (diff)
downloadports-451c213b4b84f1dcd51cbe828152b80a486535f3.tar.gz
ports-451c213b4b84f1dcd51cbe828152b80a486535f3.zip
Notes
Diffstat (limited to 'x11-toolkits/fl_editor')
-rw-r--r--x11-toolkits/fl_editor/files/patch-src-Fl_MultiEditor.cxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/fl_editor/files/patch-src-Fl_MultiEditor.cxx b/x11-toolkits/fl_editor/files/patch-src-Fl_MultiEditor.cxx
new file mode 100644
index 000000000000..753ffcca7148
--- /dev/null
+++ b/x11-toolkits/fl_editor/files/patch-src-Fl_MultiEditor.cxx
@@ -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)