Package: libpng12-dev
Version: 1.2.8rel-1
Severity: wishlist

Hi,

/usr/include/pngconf.h defines among others:

typedef unsigned long png_uint_32;

Please consider using C99 by replacing those defines with

#include <stdint.h>
typedef uint32_t png_uint_32;

or at least use an int for 32bit values as that is 32bit across
basically all archs in use while long is 32bit or 64bit.

MfG
        Goswin

PS: this is wishlist as the comment says "at least XX bits long" but
it also mentions using int on 64bit platforms.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libpng12-dev depends on:
ii  libpng12-0             1.2.8rel-1        PNG library - runtime
ii  zlib1g-dev             1:1.2.2-4.sarge.2 compression library - development

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to