summaryrefslogtreecommitdiff
path: root/graphics/tulip/files/patch-TlpTools.cpp
blob: 19fce9416fafabc16bf2c3c80363401ee2512217 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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"; used by TemplateFactory.cxx for directory filtering
-int __tulip_selectSO(const struct dirent *ent) {
+int __tulip_selectSO(struct dirent *ent) {
   const char *SO = ".so";
   int idx = strlen(ent->d_name) - 3;
   if (idx < 0) return 0;