diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-04 16:59:17 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-04 16:59:17 +0000 |
| commit | cbd20587110c431549fe9c1861c0dda64732db8a (patch) | |
| tree | c1edc686f8b1968cee12d5398b044df9cd2623f6 /graphics/tulip/files/patch-TlpTools.cpp | |
| parent | - Update to version 1.0 (diff) | |
- Update to version 1.2.5
PR: 56434
Submitted by: Ports Fury
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"; |
