[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    kdeaccessibility build fix
From:       Bongani Hlope <bhlope () mweb ! co ! za>
Date:       2005-07-06 19:51:06
Message-ID: 200507062151.14957.bhlope () mweb ! co ! za
[Download RAW message or body]

[Attachment #2 (multipart/signed)]


Hi

I'm not sure where to send this, but current svn kdeaccessibility won't build without this patch. 

Regards

Index: kttsd/players/alsaplayer/alsaplayer.cpp
===================================================================
--- kttsd/players/alsaplayer/alsaplayer.cpp     (revision 432248)
+++ kttsd/players/alsaplayer/alsaplayer.cpp     (working copy)
@@ -501,7 +501,7 @@
 #define check_wavefile_space(buffer, len, blimit) \
        if (len > blimit) { \
                blimit = len; \
-               if (((void*)buffer = realloc(buffer, blimit)) == NULL) { \
+               if ((buffer = (char*)realloc(buffer, blimit)) == NULL) { \
                        error("not enough memory"); \
                        stopAndExit(); \
                } \

[Attachment #5 (application/pgp-signature)]

 =

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscrib=
e <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic