mesa: fix binary() function, printf format string
authorBrian Paul <brianp@vmware.com>
Tue, 22 Dec 2009 20:28:39 +0000 (13:28 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 22 Dec 2009 20:33:40 +0000 (13:33 -0700)
commitb5ddc7821a334177ff3f6c0ea3a5c24245ad194c
tree5193f410d10b30bf5b28d21d0b9af02ecbb7d945
parent1bf2d78b11ac9ac71f4be285963db1af9f09fe73
mesa: fix binary() function, printf format string

Need to use the constant 1ULL and 0xllx format string.  This fixes incorrect
results and a NULL pointer/parameter bug.
src/mesa/shader/prog_print.c