diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2009-05-24 16:24:11 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2009-05-24 16:24:11 +0000 |
commit | 34fb00872934542d254a46944d89de484c0d6052 (patch) | |
tree | 6446249ec2a4d5bfaebb21d64394593bcdf919b5 /graphics/ida/files/patch-desktop.c | |
parent | - Update to 1.4.13 (diff) |
- Update to 2.07
Notes
Notes:
svn path=/head/; revision=234491
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; |