[csw-devel] SF.net SVN: gar:[7618] csw/mgar/gar

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Dec 14 13:02:11 CET 2009


Revision: 7618
          http://gar.svn.sourceforge.net/gar/?rev=7618&view=rev
Author:   dmichelsen
Date:     2009-12-14 12:02:11 +0000 (Mon, 14 Dec 2009)

Log Message:
-----------
mGAR: Reapply r7617 (bugfix for faulty use of last-index) to branches

Modified Paths:
--------------
    csw/mgar/gar/v2-git/bin/mkpackage
    csw/mgar/gar/v2-relocate/bin/mkpackage
    csw/mgar/gar/v2-skayser/bin/mkpackage

Property Changed:
----------------
    csw/mgar/gar/v2-git/
    csw/mgar/gar/v2-relocate/
    csw/mgar/gar/v2-skayser/


Property changes on: csw/mgar/gar/v2-git
___________________________________________________________________
Modified: svn:mergeinfo
   - /csw/mgar/gar/v2:4936-6678,6915-7553
/csw/mgar/gar/v2-collapsed-modulations:6895
/csw/mgar/gar/v2-migrateconf:7082-7211
/csw/mgar/gar/v2-skayser:6087-6132
   + /csw/mgar/gar/v2:4936-6678,6915-7553,7617
/csw/mgar/gar/v2-collapsed-modulations:6895
/csw/mgar/gar/v2-migrateconf:7082-7211
/csw/mgar/gar/v2-skayser:6087-6132

Modified: csw/mgar/gar/v2-git/bin/mkpackage
===================================================================
--- csw/mgar/gar/v2-git/bin/mkpackage	2009-12-14 11:50:21 UTC (rev 7617)
+++ csw/mgar/gar/v2-git/bin/mkpackage	2009-12-14 12:02:11 UTC (rev 7618)
@@ -461,7 +461,7 @@
     # specified file.
 
     my ( $dname, $spec, $line, $flag );
-    for ( my $i = 0 ; $i <= $#{@$content} ; $i++ ) {
+    for ( my $i = 0 ; $i <= $#$content ; $i++ ) {
 
         my ( $source, $lineno, $line ) = @{ $content->[$i] };
 


Property changes on: csw/mgar/gar/v2-relocate
___________________________________________________________________
Added: svn:mergeinfo
   + /csw/mgar/gar/v2:7617
/csw/mgar/gar/v2-git/v2-relocate:7617

Modified: csw/mgar/gar/v2-relocate/bin/mkpackage
===================================================================
--- csw/mgar/gar/v2-relocate/bin/mkpackage	2009-12-14 11:50:21 UTC (rev 7617)
+++ csw/mgar/gar/v2-relocate/bin/mkpackage	2009-12-14 12:02:11 UTC (rev 7618)
@@ -461,7 +461,7 @@
     # specified file.
 
     my ( $dname, $spec, $line, $flag );
-    for ( my $i = 0 ; $i <= $#{@$content} ; $i++ ) {
+    for ( my $i = 0 ; $i <= $#$content ; $i++ ) {
 
         my ( $source, $lineno, $line ) = @{ $content->[$i] };
 


Property changes on: csw/mgar/gar/v2-skayser
___________________________________________________________________
Added: svn:mergeinfo
   + /csw/mgar/gar/v2:7617
/csw/mgar/gar/v2-git/v2-skayser:7617

Modified: csw/mgar/gar/v2-skayser/bin/mkpackage
===================================================================
--- csw/mgar/gar/v2-skayser/bin/mkpackage	2009-12-14 11:50:21 UTC (rev 7617)
+++ csw/mgar/gar/v2-skayser/bin/mkpackage	2009-12-14 12:02:11 UTC (rev 7618)
@@ -461,7 +461,7 @@
     # specified file.
 
     my ( $dname, $spec, $line, $flag );
-    for ( my $i = 0 ; $i <= $#{@$content} ; $i++ ) {
+    for ( my $i = 0 ; $i <= $#$content ; $i++ ) {
 
         my ( $source, $lineno, $line ) = @{ $content->[$i] };
 


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



More information about the devel mailing list