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.47 by root, Mon Sep 29 10:32:50 2008 UTC vs.
Revision 1.48 by root, Sun Dec 28 06:59:26 2008 UTC

461 do 461 do
462 { 462 {
463 buf << "<tt>"; 463 buf << "<tt>";
464 cfpod = expand_cfpod (pl, buf, cfpod, -2); 464 cfpod = expand_cfpod (pl, buf, cfpod, -2);
465 buf << "</tt>\n"; 465 buf << "</tt>\n";
466
467 while (*cfpod == '\n')
468 buf << *cfpod++;
466 } 469 }
467 while (*cfpod == ' '); 470 while (*cfpod == ' ');
468 471
469 while (*cfpod == '\n')
470 buf << *cfpod++;
471
472 break; 472 break;
473 } 473 }
474} 474}
475 475
476dynbuf_text * 476dynbuf_text *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines