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

ITS#1882: fix typo

parent b43ad1dd
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_desc.ad_cname.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