avoid integer overflow
commitf21ce5768b2c699a46ca289626d81a5c5d11deb7
authorTamas TEVESZ <ice@extreme.hu>
Sat, 27 Dec 2008 16:45:38 +0000 (27 17:45 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 8 Aug 2009 23:53:12 +0000 (9 01:53 +0200)
treee4d82c228f2fbd81193859234d1448fba7683cf5
parentb487d564529439d2e0acbb949d6781b11b1d9f3c
avoid integer overflow

Actually, the whole thing is so chock full of signed vs unsigned
mixups and the assumption of all the world is 32-bit that i'm not sure
anymore that correcting them one by one is a good idea.

what would probably work best is that if someone deeply familiar with
the code (*looks in dan's general direction*) cleaned the data types
up, then legions of grunts like myself could start cleaning the rest
with relative confidence...
src/wmspec.c