ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/bin/cfarch-normalize
(Generate patch)

Comparing deliantra/Deliantra/bin/cfarch-normalize (file contents):
Revision 1.5 by root, Tue Feb 6 22:27:56 2007 UTC vs.
Revision 1.6 by root, Tue Feb 6 23:53:27 2007 UTC

14 $buf =~ /^Object \S+\n.*^end$/ism 14 $buf =~ /^Object \S+\n.*^end$/ism
15 or die "$path: not a crossfire arch file\n"; 15 or die "$path: not a crossfire arch file\n";
16 } 16 }
17 17
18 my $arch = read_arch ($path); 18 my $arch = read_arch ($path);
19
19 $arch = [ 20 $arch = [
20 map $arch->{$_}, 21 map $arch->{$_},
21 sort keys %$arch 22 sort keys %$arch
22 ]; 23 ];
23 24

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines