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


No differences found