Author: richard
Date: Wed Mar 18 10:20:36 2009
New Revision: 4845

URL: http://svn.slimdevices.com/jive?rev=4845&view=rev
Log:
 r4...@harrypotter (orig r4842):  adrian | 2009-03-18 17:03:41 +0000
 Bug: 11275
 Description: server now sends id strings as hex, update regexp to support
 

Modified:
    7.4/trunk/   (props changed)
    
7.4/trunk/squeezeplay/src/squeezeplay/share/applets/InfoBrowser/InfoBrowserApplet.lua

Propchange: 7.4/trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Wed Mar 18 10:20:36 2009
@@ -3,7 +3,7 @@
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.1/trunk:2920
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.2/trunk:2921
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.3/private-branches/jive-refresh:3653
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.3/trunk:4673
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/7.3/trunk:4842
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:2013
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 
7.4/trunk/squeezeplay/src/squeezeplay/share/applets/InfoBrowser/InfoBrowserApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.4/trunk/squeezeplay/src/squeezeplay/share/applets/InfoBrowser/InfoBrowserApplet.lua?rev=4845&r1=4844&r2=4845&view=diff
==============================================================================
--- 
7.4/trunk/squeezeplay/src/squeezeplay/share/applets/InfoBrowser/InfoBrowserApplet.lua
 (original)
+++ 
7.4/trunk/squeezeplay/src/squeezeplay/share/applets/InfoBrowser/InfoBrowserApplet.lua
 Wed Mar 18 10:20:36 2009
@@ -176,7 +176,7 @@
 -- split cli index into prefix and index for this level
 function _split(index)
        local t = {}
-       for i in string.gmatch(index or "", "[0-9]+") do
+       for i in string.gmatch(index or "", "[0-9a-f]+") do
                t[#t+1] = i
        end
        local c = t[#t]

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

Reply via email to