]> git.pld-linux.org Git - packages/BitchX.git/blob - BitchX-numver.patch
- use long as return type on 64-bit arch
[packages/BitchX.git] / BitchX-numver.patch
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 @@
4  
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.028057 seconds and 3 git commands to generate.