Skip to content
Snippets Groups Projects
Commit 064319ae authored by Luke Howard's avatar Luke Howard
Browse files

ITS#1659 - forgot to define n_a

parent c517c238
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,8 @@ perl_back_db_config(
eval_pv( eval_str, 0 );
if (SvTRUE(ERRSV)) {
STRLEN n_a;
fprintf(stderr , "Error %s\n", SvPV(ERRSV, n_a)) ;
}
#else
......
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