ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/cfutil.in
(Generate patch)

Comparing deliantra/server/utils/cfutil.in (file contents):
Revision 1.20 by root, Mon Apr 2 18:04:47 2007 UTC vs.
Revision 1.21 by root, Thu Apr 5 12:34:31 2007 UTC

176 die "$other~ has zero size, aborting." unless -s "$other~"; 176 die "$other~ has zero size, aborting." unless -s "$other~";
177 rename "$other~", $other; 177 rename "$other~", $other;
178 }; 178 };
179 } 179 }
180 180
181 warn "scaled down $path to $other\n";#d# 181 #warn "scaled down $path to $other\n";#d#
182
183 push @png, [$other, !$CACHE]; 182 push @png, [$other, !$CACHE];
184 } 183 }
185 } 184 }
186 185
187 (my $face = $stem) =~ s/^.*\///; 186 (my $face = $stem) =~ s/^.*\///;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines