dttypes should not crash on 64-bit system
authorMarcin Cieslak <saper@saper.info>
Fri, 21 Sep 2012 20:44:28 +0000 (22:44 +0200)
committerJon Trulson <jon@radscan.com>
Sun, 23 Sep 2012 01:04:27 +0000 (19:04 -0600)
commit6b1d4979842bbcb61f59e709bf1df6f919ab2164
treeb01fbfedc7fc24cdcec26e9f84a0784ee3f486e6
parent1041e0800387a8af7eb99ba3c7b5195aa7d9b157
dttypes should not crash on 64-bit system

Casting (int) to (char **) will not
prevent crash on a 64-bit system.

A proper ANSI prototype has been added.
cde/programs/util/dttypes/dttypes.c