mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix ecpg typo --- change ;; to ;.
This commit is contained in:
@ -311,7 +311,7 @@ dectoasc(Decimal *np, char *cp, int len, int right)
|
|||||||
int
|
int
|
||||||
dectodbl(Decimal *np, double *dblp)
|
dectodbl(Decimal *np, double *dblp)
|
||||||
{
|
{
|
||||||
Numeric *nres = PGTYPESnumeric_new();;
|
Numeric *nres = PGTYPESnumeric_new();
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (nres == NULL)
|
if (nres == NULL)
|
||||||
|
Reference in New Issue
Block a user