From 7c25436a70b89ab26bc4159ee026bd01cba4a00d Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 21 Mar 2007 20:24:31 +0000 Subject: [PATCH] * Ever heard of the term anal retentive? Look it up! --- OpenSim.GridInterfaces/Local/LocalAssetServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim.GridInterfaces/Local/LocalAssetServer.cs b/OpenSim.GridInterfaces/Local/LocalAssetServer.cs index f93e61900e..32f23a73e9 100644 --- a/OpenSim.GridInterfaces/Local/LocalAssetServer.cs +++ b/OpenSim.GridInterfaces/Local/LocalAssetServer.cs @@ -185,7 +185,7 @@ namespace OpenSim.GridInterfaces.Local //should request Asset from storage manager //but for now read from file - string dataPath = Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, "assets"); //+ folder; + string dataPath = Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, "Assets"); //+ folder; string fileName = Path.Combine(dataPath, filename); FileInfo fInfo = new FileInfo(fileName); long numBytes = fInfo.Length;