Re: [AD] small typo in bmp.c |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
i've seen that he's right
the functions thinks it's 2 bytes
(example
fileheader->bfType = pack_igetw(f);
or
pack_iputw(0x4D42, f); /* bfType ("BM") */
)
so i think he's right :)
----- Original Message -----
From: "Bogdan" <robotzel@xxxxxxxxxx>
To: <conductors@xxxxxxxxxx>
Sent: Saturday, February 03, 2001 1:20 PM
Subject: [AD] small typo in bmp.c
> Hello,
>
> In src/bmp.c,line 34 should be:
> unsigned short bfType;
> instead of
> unsigned long bfType;