--- PApp-SQL/SQL.xs 2001/08/11 02:46:16 1.8 +++ PApp-SQL/SQL.xs 2001/12/31 03:05:03 1.9 @@ -227,7 +227,7 @@ SV *sth; SV *sql; SV *execute; - STRLEN dc; + STRLEN dc, dd; /* dummy */ /* save our arguments against destruction through function calls */ SP += items; @@ -286,7 +286,7 @@ if (count != 1) croak ("sql_exec: unable to prepare() statement '%s': %s", SvPV (sql, dc), - SvPV (get_sv ("DBI::errstr", TRUE), dc)); + SvPV (get_sv ("DBI::errstr", TRUE), dd)); sth = POPs;