Update of /cvsroot/fink/fink/perlmod/Fink
In directory usw-pr-cvs1:/tmp/cvs-serv18257

Modified Files:
        ChangeLog Services.pm 
Log Message:
Fixed read_properties_multival, it was broken by the RuntimeVars patch.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog   3 Aug 2002 13:14:08 -0000       1.179
+++ ChangeLog   3 Aug 2002 19:16:51 -0000       1.180
@@ -1,5 +1,8 @@
 2002-08-03  Max Horn  <[EMAIL PROTECTED]>
 
+       * Services.pm: Fixed read_properties_multival, it was broken by the
+         RuntimeVars patch.
+
        * PkgVersion.pm, Services.pm: Patch #579210: RuntimeVars field added
          (thanks to Sylvain Cuaz for this)
 

Index: Services.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Services.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- Services.pm 3 Aug 2002 13:14:08 -0000       1.25
+++ Services.pm 3 Aug 2002 19:16:51 -0000       1.26
@@ -175,7 +175,7 @@
 ### read properties file with multiple values per key
 
 sub read_properties_multival {
-  my ($file) = @_;
+  my ($file) = shift;
   my ($notLC) = shift || 0;
   my ($hash, $lastkey, $lastindex);
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to