diff options
Diffstat (limited to 'graphics/ida/files/patch-desktop.c')
-rw-r--r-- | graphics/ida/files/patch-desktop.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ida/files/patch-desktop.c b/graphics/ida/files/patch-desktop.c new file mode 100644 index 000000000000..b5ac71395640 --- /dev/null +++ b/graphics/ida/files/patch-desktop.c @@ -0,0 +1,11 @@ +--- desktop.c.orig 2009-05-24 18:56:39.000000000 +0300 ++++ desktop.c 2009-05-24 18:56:44.000000000 +0300 +@@ -26,7 +26,7 @@ + /* 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; |