aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorChong Yidong2010-08-08 17:15:44 -0400
committerChong Yidong2010-08-08 17:15:44 -0400
commitcc36ae609d01e7922c662c78866300d57b34b07e (patch)
tree2fc2af92520d09b2fb9cf4014187496cf35793df /src/coding.c
parent675e2c697bc8a0ff827fcb33297f63f4cc7ecad3 (diff)
parent7815fe1985833c57457882b415a29358991dabdc (diff)
downloademacs-cc36ae609d01e7922c662c78866300d57b34b07e.tar.gz
emacs-cc36ae609d01e7922c662c78866300d57b34b07e.zip
Merge changes from emacs-23 branch.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index a5632bad963..6012978b60a 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -3902,7 +3902,7 @@ decode_coding_iso_2022 (struct coding_system *coding)
3902 int size; 3902 int size;
3903 3903
3904 ONE_MORE_BYTE (dim); 3904 ONE_MORE_BYTE (dim);
3905 if (dim < 0 || dim > 4) 3905 if (dim < '0' || dim > '4')
3906 goto invalid_code; 3906 goto invalid_code;
3907 ONE_MORE_BYTE (M); 3907 ONE_MORE_BYTE (M);
3908 if (M < 128) 3908 if (M < 128)