On Sat, 14 Jul 2007, CVS commit messages for libssh2 wrote: > For now make LIBSSH2_APINO a long, some compilers make constants an int it > seems.
[...] > -#define LIBSSH2_APINO 200706151200 > +#define LIBSSH2_APINO 200706151200L On current 32 bit systems, ints and longs are the same size: 32 bit. 200706151200 is a value that doesn't fit in 32 bits, be it int or long. 2^32 is 4294967296, and this APINO define is almost 47 times larger... ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel