mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
11 lines
366 B
C
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;
|