]> jfr.im git - irc/atheme/atheme-contrib-modules.git/commitdiff
os_testproc.c: use atheme-compat.h defines
authorAaron Jones <redacted>
Fri, 2 Mar 2018 18:19:10 +0000 (18:19 +0000)
committerAaron Jones <redacted>
Fri, 2 Mar 2018 18:19:10 +0000 (18:19 +0000)
os_testproc.c

index 85ba7eb486239ff05860b505273884144e0ed046..985fe9e1dc4da0f724049bfffbf8c696b5510cc8 100644 (file)
@@ -12,7 +12,7 @@
 
 struct testprocdata
 {
-       char dest[NICKLEN + 1];
+       char dest[COMPAT_NICKLEN + 1];
        connection_t *pip;
 };