ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/player.C
(Generate patch)

Comparing deliantra/server/common/player.C (file contents):
Revision 1.49 by root, Thu Jan 1 11:41:17 2009 UTC vs.
Revision 1.50 by root, Thu Jan 8 00:54:55 2009 UTC

355 --cfpod; 355 --cfpod;
356 do 356 do
357 buf << *cfpod++; 357 buf << *cfpod++;
358 while (*cfpod == '\n'); 358 while (*cfpod == '\n');
359 } 359 }
360 else if (*cfpod != ' ') 360 else if (*cfpod == ' ')
361 buf << '\n';
362 else
361 buf << ' '; 363 buf << ' ';
362 364
363 // verbatim block? 365 // verbatim block?
364 if (*cfpod == ' ') 366 if (*cfpod == ' ')
365 goto verbatim; 367 goto verbatim;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines