Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/other


Modified Files:
        parse_todo.pl 


Log Message:
Simpler match.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/other/parse_todo.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- parse_todo.pl       27 Jun 2005 13:45:33 -0000      1.2
+++ parse_todo.pl       27 Jun 2005 13:49:21 -0000      1.3
@@ -35,7 +35,7 @@
                                $is_title = 1;
                        }
                }
-       } elsif (/^\* .*/) {
+       } elsif (/^\* /) {
                if ($in_body ) {
                        $total_item_count++;
                        $_ =~ s/^\* //;




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to