projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5761d99
)
Fix typo in comment.
author
Fujii Masao
<
[email protected]
>
Wed, 6 Aug 2025 13:52:13 +0000
(22:52 +0900)
committer
Fujii Masao
<
[email protected]
>
Wed, 6 Aug 2025 13:52:13 +0000
(22:52 +0900)
Author: Chao Li <
[email protected]
>
Reviewed-by: Fujii Masao <
[email protected]
>
Discussion: https://postgr.es/m/
CD9B2247
-617A-4761-8338-
2705C8728E2A
@highgo.com
src/interfaces/ecpg/compatlib/informix.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/compatlib/informix.c
b/src/interfaces/ecpg/compatlib/informix.c
index e829d722f2228d42faeba1886ee57f789725edc0..ca11a81f1bcfee4d651c3b0db5175ddda23b6ea4 100644
(file)
--- a/
src/interfaces/ecpg/compatlib/informix.c
+++ b/
src/interfaces/ecpg/compatlib/informix.c
@@
-807,8
+807,10
@@
rfmtlong(long lng_val, const char *fmt, char *outbuf)
if (strchr(fmt, (int) '(') && strchr(fmt, (int) ')'))
brackets_ok = 1;
- /* get position of the right-most dot in the format-string */
- /* and fill the temp-string wit '0's up to there. */
+ /*
+ * get position of the right-most dot in the format-string and fill the
+ * temp-string with '0's up to there.
+ */
dotpos = getRightMostDot(fmt);
/* start to parse the format-string */