openbsd-ports/databases/gq/patches/patch-src_state_c
ajacoutot ad77f30d1f - tweak .desktop file so that we have an icon to show in the GNOME menu
- precise license marker
- add sysutils to CATEGORIES
- regen patches and PLIST while here

ok mbalmer@
2008-10-12 17:36:03 +00:00

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);