<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
git version control wrote:
<blockquote cite="mid:20090902220455.9C85D34E3AE@skanda.videolan.org"
type="cite">
<pre wrap="">vlc | branch: master | Jean-Baptiste Kempf <a class="moz-txt-link-rfc2396E" href="mailto:jb@videolan.org"><jb@videolan.org></a> | Thu Sep 3 00:03:22 2009 +0200| [1d8bae2a413bb800700644569679dd832be1060b] | committer: Jean-Baptiste Kempf
Win64: more work from iconv from NightStrike
</pre>
</blockquote>
FOR THE N-TH TIME STOP CLAIMING OTHER PEOPLE'S WORK IN YOUR OWN NAME!<br>
<blockquote cite="mid:20090902220455.9C85D34E3AE@skanda.videolan.org"
type="cite">
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap=""><a class="moz-txt-link-freetext" href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d8bae2a413bb800700644569679dd832be1060b">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d8bae2a413bb800700644569679dd832be1060b</a>
</pre>
</blockquote>
<pre wrap=""><!---->---
extras/contrib/src/Patches/libiconv-win64.patch | 29 +++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/Patches/libiconv-win64.patch b/extras/contrib/src/Patches/libiconv-win64.patch
index 9257972..24c55da 100644
--- a/extras/contrib/src/Patches/libiconv-win64.patch
+++ b/extras/contrib/src/Patches/libiconv-win64.patch
@@ -1249,3 +1249,32 @@ diff -ruN libiconv/lib/iconv.c libiconv.new/lib/iconv.c
#include "aliases2.h"
#undef S
};
+--- libiconv/srclib/malloca.c 2009-06-21 13:31:08.000000000 +0200
++++ libiconv.new/srclib/malloca.c 2009-09-03 00:02:20.000000000 +0200
+@@ -75,7 +75,7 @@
+
+ if (p != NULL)
+ {
+- size_t slot;
++ uintptr_t slot;
+
+ p += HEADER_SIZE;
+
+@@ -83,7 +83,7 @@
+ ((int *) p)[-1] = MAGIC_NUMBER;
+
+ /* Enter p into the hash table. */
+- slot = (unsigned long) p % HASH_TABLE_SIZE;
++ slot = (uintptr_t) p % HASH_TABLE_SIZE;
+ ((struct header *) (p - HEADER_SIZE))->next = mmalloca_results[slot];
+ mmalloca_results[slot] = p;
+
+@@ -116,7 +116,7 @@
+ {
+ /* Looks like a mmalloca() result. To see whether it really is one,
+ perform a lookup in the hash table. */
+- size_t slot = (unsigned long) p % HASH_TABLE_SIZE;
++ uintptr_t slot = (uintptr_t) p % HASH_TABLE_SIZE;
+ void **chain = &mmalloca_results[slot];
+ for (; *chain != NULL;)
+ {
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
<a class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>