diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2002-01-07 02:29:15 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2002-01-07 02:29:15 +0000 |
commit | 731204e0903b32b496d536acddc10df458bab186 (patch) | |
tree | 539fb6b80f1e10fe499803a409d518398b1f1928 /src/interfaces/ecpg/lib/error.c | |
parent | a510bf43268491c18639ed21c1373677c57e9093 (diff) |
Editorial review
Diffstat (limited to 'src/interfaces/ecpg/lib/error.c')
-rw-r--r-- | src/interfaces/ecpg/lib/error.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/lib/error.c b/src/interfaces/ecpg/lib/error.c index e92f8f142ee..ca3e53382e2 100644 --- a/src/interfaces/ecpg/lib/error.c +++ b/src/interfaces/ecpg/lib/error.c @@ -1,4 +1,4 @@ -/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/error.c,v 1.14 2001/12/23 12:17:41 meskes Exp $ */ +/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/error.c,v 1.15 2002/01/07 02:29:15 petere Exp $ */ #include "postgres_fe.h" @@ -54,7 +54,7 @@ ECPGraise(int line, int code, const char *str) case ECPG_FLOAT_FORMAT: snprintf(sqlca.sqlerrm.sqlerrmc, sizeof(sqlca.sqlerrm.sqlerrmc), - "Not correctly formatted floating point type: %s in line %d.", str, line); + "Not correctly formatted floating-point type: %s in line %d.", str, line); break; case ECPG_CONVERT_BOOL: |