masqmail-0.2

diff src/timeival.c @ 15:f671821d8222

code beautifying; 0 -> \0 if appropriate
author meillo@marmaro.de
date Thu, 06 Nov 2008 09:18:38 +0100
parents 26e34ae9a3e3
children
line diff
     1.1 --- a/src/timeival.c	Wed Oct 29 21:21:26 2008 +0100
     1.2 +++ b/src/timeival.c	Thu Nov 06 09:18:38 2008 +0100
     1.3 @@ -33,7 +33,7 @@
     1.4  		(*pos)++;
     1.5  	}
     1.6  	(*pos)++;
     1.7 -	*q = 0;
     1.8 +	*q = '\0';
     1.9  	val = atoi(buf);
    1.10  
    1.11  	/* fall through: */