Skip to content
Snippets Groups Projects
Commit f37667c0 authored by Francesco Chemolli's avatar Francesco Chemolli Committed by Henrik (Grubba) Grubbström
Browse files

Bumped to 1.0.2.

Rev: src/modules/Postgres/postgres.c:1.5
parent 0d1c6e1d
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ static void pgdebug (char * a, ...) {} ...@@ -62,7 +62,7 @@ static void pgdebug (char * a, ...) {}
struct program * postgres_program; struct program * postgres_program;
RCSID("$Id: postgres.c,v 1.4 1997/12/16 15:55:21 grubba Exp $"); RCSID("$Id: postgres.c,v 1.5 1998/03/02 18:56:07 grubba Exp $");
#define THIS ((struct pgres_object_data *) fp->current_storage) #define THIS ((struct pgres_object_data *) fp->current_storage)
...@@ -300,7 +300,7 @@ static void f_error (INT32 args) ...@@ -300,7 +300,7 @@ static void f_error (INT32 args)
check_all_args("Postgres->error",args,0); check_all_args("Postgres->error",args,0);
if (THIS->last_error) if (THIS->last_error)
push_string(THIS->last_error); ref_push_string(THIS->last_error);
else else
push_int(0); push_int(0);
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment