Author: duncan
Date: Sat Sep 23 14:42:16 2006
New Revision: 8231

Modified:
   branches/rel-1-5/freevo/src/games/mame_cache.py

Log:
[ 1298350 ] problem detecting Mame version (with possible fix)
Fix applied


Modified: branches/rel-1-5/freevo/src/games/mame_cache.py
==============================================================================
--- branches/rel-1-5/freevo/src/games/mame_cache.py     (original)
+++ branches/rel-1-5/freevo/src/games/mame_cache.py     Sat Sep 23 14:42:16 2006
@@ -269,7 +269,7 @@
         print 'Unable to get mame version.'
        return FALSE
 
-    this_re = re.compile( ".*version\s+(\d+)\.(\d+)\.(\d+)\s+" )
+    this_re = re.compile( ".*version\s+(\d+)\.(\d+)\s+" )
 
     for line in verinfo.readlines() :
         if this_re.match( line ) :

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to