[Pkg-wmaker-commits] [wmcoincoin] 63/87: Fix accents in palmipede editor

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Aug 28 17:27:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcoincoin.

commit b4d43b122a43594178bef2f8767a5f622f93ecee
Author: SeeSchloss <mvalleton at noparking.net>
Date:   Mon Nov 24 10:58:43 2014 +0100

    Fix accents in palmipede editor
---
 src/palmipede.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/palmipede.c b/src/palmipede.c
index 08df51d..d343d2d 100644
--- a/src/palmipede.c
+++ b/src/palmipede.c
@@ -568,8 +568,8 @@ editw_erase(EditW *ew)
 int
 editw_insert_string(EditW *ew, const unsigned char *str)
 {
-  char *s = strdup(str);
-  convert_to_iso8859("UTF-8", &s);
+  unsigned char *s = strdup(str);
+  convert_to_iso8859("UTF-8", (char**)&s);
   int ls,lb,lrest,ldec;
   int tronq;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcoincoin.git



More information about the Pkg-wmaker-commits mailing list