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

Comparing deliantra/server/server/freezethaw.C (file contents):
Revision 1.48 by root, Sat Nov 17 23:40:03 2018 UTC vs.
Revision 1.49 by root, Wed Dec 5 19:03:27 2018 UTC

309 309
310 for (;;) 310 for (;;)
311 { 311 {
312 char *p = line; 312 char *p = line;
313 313
314 if (expect_false (*p <= ' ')) 314 if (ecb_expect_false (*p <= ' '))
315 { 315 {
316 // skip whitespace (only some files need this) 316 // skip whitespace (only some files need this)
317 while (*p == ' ' || *p == '\t') 317 while (*p == ' ' || *p == '\t')
318 p++; 318 p++;
319 319
382 382
383 for (;;) 383 for (;;)
384 { 384 {
385 char *p = line; 385 char *p = line;
386 386
387 if (expect_false (*p <= ' ')) 387 if (ecb_expect_false (*p <= ' '))
388 { 388 {
389 // skip whitespace (only some files need this) 389 // skip whitespace (only some files need this)
390 while (*p == ' ' || *p == '\t') 390 while (*p == ' ' || *p == '\t')
391 p++; 391 p++;
392 392

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines