summaryrefslogtreecommitdiff
path: root/multimedia/vic/files/patch-warns
blob: 8db7f714fc0aed5ef7d784755bea6f6cbde1009a (plain) (blame)
1
2
3
4
5
6
7
8
9
--- codec/p64/p64.cpp	Thu Sep  9 08:46:10 1999
+++ codec/p64/p64.cpp	Mon Mar 26 01:44:44 2007
@@ -1069,5 +1069,5 @@
 	 * with 8 bits; otherwise, prime it with a 16.
 	 */
-	if ((int)bp & 1) {
+	if ((intptr_t)bp & 1) {
 		bs_ = (u_short*)(bp + 1);
 		bb_ = *bp;