Author: tom
Date: Thu Nov 13 12:36:11 2008
New Revision: 3361

URL: http://svn.slimdevices.com?rev=3361&root=Jive&view=rev
Log:
Bug: 9968
Description:
- win32 lfs.attribute behavior fix

Modified:
    7.3/trunk/squeezeplay/src/squeezeplay/share/jive/AppletManager.lua

Modified: 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/AppletManager.lua
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/share/jive/AppletManager.lua?rev=3361&root=Jive&r1=3360&r2=3361&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/AppletManager.lua 
(original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/AppletManager.lua Thu Nov 
13 12:36:11 2008
@@ -100,7 +100,7 @@
    
     local newPath = ""
     for i, element in pairs(strings:split('/', dir)) do
-        newPath = newPath .. element  .. "/"
+        newPath = newPath .. element
         if i ~= 1 then --first element is (for full path): blank for unix , 
"<drive-letter>:" for windows
             if lfs.attributes(newPath, "mode") == nil then
                 log:warn("Making directory: " , newPath)
@@ -110,7 +110,7 @@
                 end    
             end
         end
-        
+        newPath = newPath .. "/"
     end
     
 end

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to