projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3b1b6c
)
Fix ecpg typo --- change ;; to ;.
author
Bruce Momjian
Tue, 1 Jul 2003 19:58:23 +0000
(19:58 +0000)
committer
Bruce Momjian
Tue, 1 Jul 2003 19:58:23 +0000
(19:58 +0000)
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 3bdbce693e0eed5e15f3e19c78c1c6dced3353e7..889faf54409d9910aa397f07279acd80a63c4e53 100644
(file)
--- a/
src/interfaces/ecpg/compatlib/informix.c
+++ b/
src/interfaces/ecpg/compatlib/informix.c
@@
-311,7
+311,7
@@
dectoasc(Decimal *np, char *cp, int len, int right)
int
dectodbl(Decimal *np, double *dblp)
{
- Numeric *nres = PGTYPESnumeric_new();
;
+ Numeric *nres = PGTYPESnumeric_new();
int i;
if (nres == NULL)