projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
179e046
)
Fix comment typo.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 16 Apr 2008 18:18:00 +0000
(18:18 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 16 Apr 2008 18:18:00 +0000
(18:18 +0000)
Bryce Nesbitt
src/bin/psql/mbprint.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/mbprint.c
b/src/bin/psql/mbprint.c
index 25bf4064c43fa55d17f722f65c0a40162a03136c..c37746e20c2ae6640101052becaef649b4e22173 100644
(file)
--- a/
src/bin/psql/mbprint.c
+++ b/
src/bin/psql/mbprint.c
@@
-205,7
+205,7
@@
pg_wcswidth(const unsigned char *pwcs, size_t len, int encoding)
* pg_wcssize takes the given string in the given encoding and returns three
* values:
* result_width: Width in display character of longest line in string
- * result_h
ie
ght: Number of lines in display output
+ * result_h
ei
ght: Number of lines in display output
* result_format_size: Number of bytes required to store formatted representation of string
*/
int