changeset 22329:4786b00d2973

(detect_coding_mask): Initilize local variable C.
author Kenichi Handa <handa@m17n.org>
date Tue, 02 Jun 1998 03:54:18 +0000
parents 874f007a7d9c
children 6d28f2670ebe
files src/coding.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Mon Jun 01 21:49:43 1998 +0000
+++ b/src/coding.c	Tue Jun 02 03:54:18 1998 +0000
@@ -3206,6 +3206,7 @@
     /* We found nothing other than ASCII.  There's nothing to do.  */
     return 0;
 
+  c = *src;
   /* The text seems to be encoded in some multilingual coding system.
      Now, try to find in which coding system the text is encoded.  */
   if (c < 0x80)