about summary refs log tree commit diff stats
path: root/src/LYMainLoop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYMainLoop.c')
-rw-r--r--src/LYMainLoop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYMainLoop.c b/src/LYMainLoop.c
index d1520d51..0584f9a5 100644
--- a/src/LYMainLoop.c
+++ b/src/LYMainLoop.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYMainLoop.c,v 1.210 2012/07/07 16:28:47 tom Exp $
+ * $LynxId: LYMainLoop.c,v 1.211 2012/08/15 23:18:03 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTAccess.h>
@@ -116,7 +116,7 @@ static char *str_sjis(char *to, char *from)
 	strcpy(to, from);
 #endif
     } else {
-	TO_SJIS(from, to);
+	TO_SJIS((unsigned char *) from, (unsigned char *) to);
     }
     return to;
 }