diff options
Diffstat (limited to '')
| -rw-r--r-- | graphics/tulip/files/patch-TlpTools.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tulip/files/patch-TlpTools.cpp b/graphics/tulip/files/patch-TlpTools.cpp index 6a74201d6b5b..19fce9416faf 100644 --- a/graphics/tulip/files/patch-TlpTools.cpp +++ b/graphics/tulip/files/patch-TlpTools.cpp @@ -1,9 +1,9 @@ ---- library/tulip/src/TlpTools.cpp.orig Wed Apr 2 23:46:09 2003 -+++ library/tulip/src/TlpTools.cpp Mon May 26 14:32:25 2003 -@@ -36,7 +36,7 @@ +--- library/tulip/src/TlpTools.cpp.orig Tue Jul 29 20:59:26 2003 ++++ library/tulip/src/TlpTools.cpp Wed Sep 3 23:46:41 2003 +@@ -46,7 +46,7 @@ } //========================================================= - // accepts only file names ending with ".so" + // accepts only file names ending with ".so"; used by TemplateFactory.cxx for directory filtering -int __tulip_selectSO(const struct dirent *ent) { +int __tulip_selectSO(struct dirent *ent) { const char *SO = ".so"; |
