From 7f4b9c9d629fa81da2a94a973aa9f3c5b73c95f7 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 9 Jun 2000 08:38:30 +0000 Subject: [PATCH] (stream_text_width): Use instead of . --- src/console-stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console-stream.c b/src/console-stream.c index 33daa91..75d169a 100644 --- a/src/console-stream.c +++ b/src/console-stream.c @@ -171,7 +171,7 @@ stream_init_frame_1 (struct frame *f, Lisp_Object props) static int stream_text_width (struct frame *f, struct face_cachel *cachel, - const Emchar *str, Charcount len) + const Charc *str, Charcount len) { return len; } -- 1.7.10.4