ossp-pkg/rc/rc_script.c 1.24 -> 1.25
--- rc_script.c 2003/05/27 13:00:22 1.24
+++ rc_script.c 2003/05/27 13:14:08 1.25
@@ -124,7 +124,7 @@
{
rc_section_t *pSec = NULL;
char *piLabstart = NULL;
- int nLabsize = NULL;
+ int nLabsize = 0;
char *piSubtemp = NULL; /* To find priority and userid in substrings */
char *piBlocend = NULL; /* Misnomer used to control section looping */
char *piStart = NULL;
|
|