Commit 30a37c06 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Compilers these days have no sense of fun!

parent 07c41790
......@@ -289,7 +289,7 @@ VSM_common_free(struct vsm_sc *sc, void *ptr)
}
}
/* Panic */
assert(ptr == "Bogus pointer freed");
assert(ptr == NULL);
}
/*--------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment