projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2617f10
)
Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE
author
Tatsuo Ishii
<ishii@postgresql.org>
Wed, 24 Mar 1999 06:55:14 +0000
(06:55 +0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Wed, 24 Mar 1999 06:55:14 +0000
(06:55 +0000)
src/bin/psql/psql.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/psql.c
b/src/bin/psql/psql.c
index 1558f4cb797d23340a15d91c0bad0acb4cfcdac6..bb32eef341a8e138268f013f3b2b82a46486c3d3 100644
(file)
--- a/
src/bin/psql/psql.c
+++ b/
src/bin/psql/psql.c
@@
-2841,7
+2841,7
@@
main(int argc, char **argv)
settings.getPassword = 0;
#endif
-#ifdef MUTIBYTE
+#ifdef MU
L
TIBYTE
has_client_encoding = getenv("PGCLIENTENCODING");
#endif