aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMelanie2009-08-07 20:51:07 +0100
committerMelanie2009-08-07 20:51:07 +0100
commitd10f1571831895fbdd0a818bf34590087078643a (patch)
treebda39ebb28ce36464e6823152ecb06ea23dd42a7 /OpenSim/Framework
parentAnother stab at cmickeyb's patch for script GC. (diff)
downloadopensim-SC_OLD-d10f1571831895fbdd0a818bf34590087078643a.zip
opensim-SC_OLD-d10f1571831895fbdd0a818bf34590087078643a.tar.gz
opensim-SC_OLD-d10f1571831895fbdd0a818bf34590087078643a.tar.bz2
opensim-SC_OLD-d10f1571831895fbdd0a818bf34590087078643a.tar.xz
Remove GetFullPath call from config includes, because it barfs in Windoze
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Util.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index 003c543..65d4f4d 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -1155,10 +1155,7 @@ namespace OpenSim.Framework
1155 1155
1156 string[] files = Directory.GetFiles(p, c); 1156 string[] files = Directory.GetFiles(p, c);
1157 foreach (string f in files) 1157 foreach (string f in files)
1158 {
1159 m_log.InfoFormat("Adding file {0} to include list", f);
1160 found.Add(f); 1158 found.Add(f);
1161 }
1162 } 1159 }
1163 paths = addpaths; 1160 paths = addpaths;
1164 } 1161 }