Difference for lib/collect.pl.in from version 1.2 to 1.3


version 1.2 version 1.3
Line 67
 
Line 67
      $im_name = "$1$2";       $im_name = "$1$2";
      &warn("duplicate face $im_name in ".$dir." and $faces{$im_name}")       &warn("duplicate face $im_name in ".$dir." and $faces{$im_name}")
  if $faces{$im_name};   if $faces{$im_name};
      $faces{$im_name} = $im_name;       $faces{$im_name} = $dir."/".$im_name;
   
  } elsif ( $file =~ /.*\.face$/) { # Face information file   } elsif ( $file =~ /.*\.face$/) { # Face information file
      $facesFileNum++;       $facesFileNum++;


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 18:44