]> git.pond.sub.org Git - empserver/commit
Change stmtch() to recognize only null as sentinel
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 25 Apr 2011 12:21:44 +0000 (14:21 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 Jun 2011 14:51:56 +0000 (16:51 +0200)
commit1e9c9c827337f4327f913e64d92da19711c754f1
treee090f78618accbd306758b22237b0d9eab552f35
parent29d7b30b2f7d9a21c2b8685fe6fc6a273b58837f
Change stmtch() to recognize only null as sentinel

Before, it also recognized "" (since commit 844b654d, v4.2.14), but
no caller depends on that.

While there, back out the macro cleverness added in commit 844b654d.
src/lib/common/stmtch.c