]> jfr.im git - irc/charybdis-ircd/charybdis.git/commit
libratbox/src/commio.c: misc cleanup for compiler warning
authorAaron Jones <redacted>
Mon, 31 Jul 2017 05:54:10 +0000 (05:54 +0000)
committerAaron Jones <redacted>
Fri, 4 Aug 2017 12:32:57 +0000 (12:32 +0000)
commitf54e6c35588084dee7431f4fbb665b254e360c60
tree88a050a05b9101fd7e85c7b44aefe8f1ef5ababe
parent82e920102fa7657cf22b6788b9a3377a3160b928
libratbox/src/commio.c: misc cleanup for compiler warning

commio.c:1269:17: warning: possible misuse of comma operator here
                  [-Wcomma]

What an ugly way to use commas!
libratbox/src/commio.c