ad77f30d1f
- precise license marker - add sysutils to CATEGORIES - regen patches and PLIST while here ok mbalmer@
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
--- src/state.c.orig Mon Nov 3 22:19:54 2003
|
|
+++ src/state.c Sun Oct 12 17:01:58 2008
|
|
@@ -754,7 +754,7 @@ static void state_valueE(struct parser_context *ctx,
|
|
}
|
|
}
|
|
|
|
- if (n != NULL && v->type != 0) {
|
|
+ if (n != NULL && v != NULL && v->type != 0) {
|
|
char *ep;
|
|
|
|
assert(v);
|