--- BitchX/source/modules.c.orig Thu Feb 13 15:16:18 2003 +++ BitchX/source/modules.c Thu Feb 13 15:19:15 2003 @@ -1321,7 +1321,7 @@ int check_version(unsigned long required) { -unsigned long major, minor, need_major, need_minor; +unsigned const major, minor, need_major, need_minor; major = bitchx_numver / 10000; minor = (bitchx_numver / 100) % 100; need_major = required / 10000;