ossp-pkg/cfg/cfg_syn.c 1.18 -> 1.19
--- cfg_syn.c 2004/11/20 12:02:32 1.18
+++ cfg_syn.c 2004/11/20 12:54:07 1.19
@@ -60,7 +60,7 @@
void *yyscan;
/* argument sanity checking */
- if (node == NULL || in_ptr == NULL || in_len == 0)
+ if (node == NULL || in_ptr == NULL)
return CFG_ERR_ARG;
/* initialize scanner */
|
|