Revision: 19242
          http://gar.svn.sourceforge.net/gar/?rev=19242&view=rev
Author:   chninkel
Date:     2012-09-19 22:17:14 +0000 (Wed, 19 Sep 2012)
Log Message:
-----------
fixed a forgotten space in a verbose regexp

Modified Paths:
--------------
    csw/mgar/gar/v2-yann/lib/python/inspective_package.py

Modified: csw/mgar/gar/v2-yann/lib/python/inspective_package.py
===================================================================
--- csw/mgar/gar/v2-yann/lib/python/inspective_package.py       2012-09-19 
21:59:21 UTC (rev 19241)
+++ csw/mgar/gar/v2-yann/lib/python/inspective_package.py       2012-09-19 
22:17:14 UTC (rev 19242)
@@ -404,7 +404,7 @@
        |\s*(?:index\s+)?file\s+version\s*$           # Version definition 
header
        |\s*index\s*value\s+size\s+type\s+bind        # Symbol table header
         \s+oth\s+ver\s+shndx\s+name\s*$
-       |\s*index\s+flags\s+bound to\s+symbol\s*$     # Syminfo header
+       |\s*index\s+flags\s+bound\sto\s+symbol\s*$     # Syminfo header
        |\s*$                                         # There is always a blank
                                                      # line before a new 
section
        """)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to