version 1.2 | version 1.3 | |||
---|---|---|---|---|
|
| |||
$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:
|