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 wrap: on
line diff
--- a/src/timeival.c	Wed Oct 29 21:21:26 2008 +0100
+++ b/src/timeival.c	Thu Nov 06 09:18:38 2008 +0100
@@ -33,7 +33,7 @@
 		(*pos)++;
 	}
 	(*pos)++;
-	*q = 0;
+	*q = '\0';
 	val = atoi(buf);
 
 	/* fall through: */