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

List:       kde-commits
Subject:    kdemultimedia/kmidi
From:       Waldo Bastian <bastian () kde ! org>
Date:       2003-01-13 23:15:55
[Download RAW message or body]

CVS commit by waba: 

-   p = result = malloc(strlen(s)*5+3);
+   p = result = (char*)malloc(strlen(s)*5+3);


  M +1 -1      common.cpp   1.9


--- kdemultimedia/kmidi/common.cpp  #1.8:1.9
@@ -61,5 +61,5 @@ static char * shell_quote(const char *s)
    char *result;
    char *p;
-   p = result = malloc(strlen(s)*5+3);
+   p = result = (char*)malloc(strlen(s)*5+3);
    *p++ = '\'';
    while(*s)


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

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