chiark / gitweb /
server/admin.c: Fix `=' vs `==' error in assertion.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 25 May 2020 15:26:08 +0000 (16:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 May 2020 15:26:08 +0000 (16:26 +0100)
commit19bf6ea000a9283ea33736dfaa6e0bfac7866acb
treeb81a89b82b4940455a157ed2ae5e289743925e1e
parent0fc1588c95b568da6c6153e556ef98d3473646ff
server/admin.c: Fix `=' vs `==' error in assertion.

Oops.  Well, at least this /shouldn't/ have done anything bad...  I
guess GCC has only just started warning about this because older
versions of <assert.h> provide the necessary parentheses already.
server/admin.c