From cbd20587110c431549fe9c1861c0dda64732db8a Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 4 Sep 2003 16:59:17 +0000 Subject: - Update to version 1.2.5 PR: 56434 Submitted by: Ports Fury --- graphics/tulip/files/patch-TlpTools.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/tulip/files/patch-TlpTools.cpp') 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"; -- cgit v1.2.3