projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
012844a
)
missing break..
author
Hiroshi Saito
<hiroshi@winpg.jp>
Wed, 22 Aug 2007 01:18:09 +0000
(
01:18
+0000)
committer
Hiroshi Saito
<hiroshi@winpg.jp>
Wed, 22 Aug 2007 01:18:09 +0000
(
01:18
+0000)
multibyte.c
patch
|
blob
|
blame
|
history
diff --git
a/multibyte.c
b/multibyte.c
index 2bdcfe6f6e8575fa28afe95c7e2f275d7292fdd0..e3e579ef9091126c58771226793a2a19e7721892 100644
(file)
--- a/
multibyte.c
+++ b/
multibyte.c
@@
-256,7
+256,7
@@
pg_CS_stat(int stat,unsigned int character,int characterset_code)
stat=0;
}
break;
-/* S
hift-JIS
Support. */
+/* S
HIFT_JIS_2004
Support. */
case SHIFT_JIS_2004:
{
if (stat < 2 &&
@@
-273,6
+273,8
@@
pg_CS_stat(int stat,unsigned int character,int characterset_code)
else
stat = 0;
}
+ break;
+/* Shift-JIS Support. */
case SJIS:
{
if (stat < 2 &&