blob: b5ac713956408390b3e2e931e545e990c8462fa6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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;
|