- Previous thread: PATCH app,driver,libs 0/43 - Replace deprecated Automake INCLUDES variable
- Next thread: PATCH libXft - Initialize glyph_memory to 0 instead of NULL, since it is a size, not a pointer
- Threads sorted by date: xorg-devel 201003
Signed-off-by: Jeff Smith
diff --git a/difs/difsutils.c b/difs/difsutils.c
index e5c318a..1149bad 100644
--- a/difs/difsutils.c
+++ b/difs/difsutils.c
@@ -193,7 +193,7 @@ void
CopyISOLatin1Lowered(char *d, char *s, int length)
{
register int i;
- unsigned char *dest = d, *source = s;
+ unsigned char *dest = (unsigned char *)d, *source = (unsigned char *)s;
for (i = 0; i < length; i++, source++, dest++) {
if ((*source >= XK-A) && (*source
diff --git a/difs/difsutils.c b/difs/difsutils.c
index e5c318a..1149bad 100644
--- a/difs/difsutils.c
+++ b/difs/difsutils.c
@@ -193,7 +193,7 @@ void
CopyISOLatin1Lowered(char *d, char *s, int length)
{
register int i;
- unsigned char *dest = d, *source = s;
+ unsigned char *dest = (unsigned char *)d, *source = (unsigned char *)s;
for (i = 0; i < length; i++, source++, dest++) {
if ((*source >= XK-A) && (*source
Le 19/03/2010 19:48, Jeff Smith a
Related Threads
- sync taking forever to finish - debian-user
- Plone-Users - Does collective.lineage work with Plone 3.1.7? - plone-users
- Re: opensuse - Changing fonts in Nedit (was:Notepad++ replacement needed) - opensuse-general
- project-voldemort - Cassandra vs. Voldemort benchmark - voldemort
- Trac - - TicketMoverPlugin browsing tickets takes too slow - trac-users
- mobility - Inner classes and throwing exception in obfuscating 4 - netbeans-mobility-users
- asterisk-users - new way of asterisk and kamailio (openser) realtime integration - asterisk-users
- OpenLayers-Users - Brightness/Contrast Modifcation? - openlayers-users
- ANNOUNCE: gtkmm 2.90.0 - gtkmm-list
- getting started with watermarks - pdfbox-users
- microsoft lifechat zx-6000 compatibility - ubuntu-users
- 6MAN WG Last Call:
- ietf-ipv6
Related Lists
- centos-devel
- centos-docs
- centos-general
- centos-virt
- curl-library
- curl-users
- emc-developers
- emc-users
- gentoo-amd64
- gentoo-desktop
- gentoo-dev
- gentoo-user
- haskell-beginners
- haskell-cafe
- haskell-general
- libssh2-devel
- lua
- microformats-discuss
- openmoko
- openvz-users
- red5
- rockbox-dev
- ruby-talk
- trac-dev
- trac-users
- veritas-bu
- vim-dev
- vim-mac
- vim-use
- webkit-dev
- webkit-help
- wine-devel
- wine-users
- wxwidgets-dev
- wxwidgets-users
- xfce
- xmleditor-support
- xorg-devel
- xorg-driver-ati
- xorg-general
- xorg-xcb
- xorg-xdg