8000 Supply missing brace omitted by commit 12613cb6b83cac1aa1e7882e84902c… · postwait/postgres@9746401 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9746401

Browse files
committed
Supply missing brace omitted by commit 12613cb.
1 parent 12613cb commit 9746401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interfaces/ecpg/ecpglib/execute.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,6 +1492,7 @@ ECPGdo(const int lineno, const int compat, const int force_indicator, const char
14921492
if (statement_type == ECPGst_prepnormal)
14931493
{
14941494
if (!ecpg_auto_prepare(lineno, connection_name, compat, questionmarks, &prepname, query))
1495+
{
14951496
setlocale(LC_NUMERIC, oldlocale);
14961497
ecpg_free(oldlo 3CBB cale);
14971498
va_end(args);

0 commit comments

Comments
 (0)
0