aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorChong Yidong2010-08-08 17:12:29 -0400
committerChong Yidong2010-08-08 17:12:29 -0400
commit7815fe1985833c57457882b415a29358991dabdc (patch)
treeab8aabf9ad322c149a6434712c14b93bb93543dc /src/coding.c
parent25717ca11cae32e191e3dc9318562190d682f425 (diff)
parente54a1075033073f835596ab666eeed099028beb8 (diff)
downloademacs-7815fe1985833c57457882b415a29358991dabdc.tar.gz
emacs-7815fe1985833c57457882b415a29358991dabdc.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 32d1c64afbe..661918d3fe7 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)