]> git.pld-linux.org Git - packages/BitchX.git/blame - BitchX-numver.patch
- use long as return type on 64-bit arch
[packages/BitchX.git] / BitchX-numver.patch
CommitLineData
8d27b8a5 1--- BitchX/source/modules.c.orig Thu Feb 13 15:16:18 2003
2+++ BitchX/source/modules.c Thu Feb 13 15:19:15 2003
3@@ -1321,7 +1321,7 @@
cb11733f 4
8d27b8a5 5 int check_version(unsigned long required)
6 {
7-unsigned long major, minor, need_major, need_minor;
8+unsigned const major, minor, need_major, need_minor;
9 major = bitchx_numver / 10000;
10 minor = (bitchx_numver / 100) % 100;
11 need_major = required / 10000;
This page took 0.032799 seconds and 4 git commands to generate.