aboutsummaryrefslogtreecommitdiff
path: root/mbone/vic/files/patch-warns
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/vic/files/patch-warns')
-rw-r--r--mbone/vic/files/patch-warns9
1 files changed, 9 insertions, 0 deletions
diff --git a/mbone/vic/files/patch-warns b/mbone/vic/files/patch-warns
new file mode 100644
index 000000000000..8db7f714fc0a
--- /dev/null
+++ b/mbone/vic/files/patch-warns
@@ -0,0 +1,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;