ports/graphics/ida/files/patch-desktop.c
2017-10-09 13:07:39 +00:00

11 lines
366 B
C

--- desktop.c.orig 2017-08-30 10:48:03 UTC
+++ desktop.c
@@ -27,7 +27,7 @@ extern int debug;
/* desktop files are in utf-8 */
static int iconv_string(char *to, char *from,
- char *src, char *dst, size_t max)
+ const char *src, char *dst, size_t max)
{
size_t ilen = strlen(src);
size_t olen = max-1;