projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
878b7d9
)
Fix typo in code comment
author
Peter Eisentraut
Thu, 15 Jun 2017 13:45:13 +0000
(09:45 -0400)
committer
Peter Eisentraut
Thu, 15 Jun 2017 13:45:13 +0000
(09:45 -0400)
Author: Daniel Gustafsson
src/interfaces/ecpg/pgtypeslib/datetime.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/pgtypeslib/datetime.c
b/src/interfaces/ecpg/pgtypeslib/datetime.c
index 702bf89ef0d280a9c28035eb9482f0cadb218f59..2a93eb68578fc33f6a74592384ae67262b7b81e3 100644
(file)
--- a/
src/interfaces/ecpg/pgtypeslib/datetime.c
+++ b/
src/interfaces/ecpg/pgtypeslib/datetime.c
@@
-441,7
+441,7
@@
PGTYPESdate_defmt_asc(date * d, const char *fmt, char *str)
/*
* as long as the string, one additional byte for the terminator and 2
- * for the delimiters between the 3 fie
dl
s
+ * for the delimiters between the 3 fie
ld
s
*/
str_copy = pgtypes_alloc(strlen(str) + 1 + 2);
if (!str_copy)