blob: 1671278fcc547a18a810c2372cf4fd5e0cd60145 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- desktop.c.orig 2016-03-24 14:39:02 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;
|