ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.292 by root, Tue Jul 3 00:54:57 2007 UTC vs.
Revision 1.293 by root, Tue Jul 3 05:14:15 2007 UTC

1414 s/(?<=\S)\n(?=\w)/ /g; 1414 s/(?<=\S)\n(?=\w)/ /g;
1415 1415
1416 # compress some whitespace 1416 # compress some whitespace
1417 1 while s/\s*\n\s*\n\s*/\n/; 1417 1 while s/\s*\n\s*\n\s*/\n/;
1418 1418
1419 s/^\s+//;
1420 s/\s+$//;
1421
1419 $_ 1422 $_
1420} 1423}
1421 1424
1422sub hintmode { 1425sub hintmode {
1423 $_[0]{hintmode} = $_[1] if @_ > 1; 1426 $_[0]{hintmode} = $_[1] if @_ > 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines