Skip to content
Snippets Groups Projects
Commit aa463244 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix for ITS#1842 (applied blindly)

parent a1e63db5
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ perl_back_modify(
}
XPUSHs(sv_2mortal(newSVpv( mods->sm_type.bv_val, 0 )));
XPUSHs(sv_2mortal(newSVpv( mods->sm_desc.ad_cname.bv_val, 0 )));
for ( i = 0;
mods->sm_bvalues != NULL && mods->sm_bvalues[i].bv_val != NULL;
......
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