[quake3] [Patch] Hitch Warnings with time and date

Ludwig Nussel ludwig.nussel at suse.de
Fri Feb 29 03:39:47 EST 2008


Dirk wrote:
> This has proven useful for VPS owners like me...

What's a VPS?
Why is the current date useful only at the hitch warning?

The patch changes tabs to spaces so is not applicable.

> +                        p = strchr (buffer, 0);
> +                        if (p)
> +                          *(--p) = 0;

Weird way to to strip the newline. Use strlen() or search for '\n'.

cu
Ludwig

-- 
 (o_   Ludwig Nussel
 //\   
 V_/_  http://www.suse.de/
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)



More information about the quake3 mailing list