We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7186b44 commit 4c46db7Copy full SHA for 4c46db7
perl/p5-Shardcache-Client-Fast/Fast.xs
@@ -27,7 +27,7 @@ static int _get_async_helper (char *node,
27
SV *dataSv = &PL_sv_undef;
28
29
if (dlen)
30
- dataSV = newSVpv(data, dlen);
+ dataSv = newSVpv(data, dlen);
31
32
dSP;
33
0 commit comments