Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 174742 | Differences between
and this patch

Collapse All | Expand All

(-)csperl5.h.orig (-1 / +1 lines)
Lines 175-181 Link Here
175
      SV *p = SvRV (self);
175
      SV *p = SvRV (self);
176
      if (!SvOK (p))
176
      if (!SvOK (p))
177
	return false;
177
	return false;
178
      sv_setiv (p, (int) data);
178
      sv_setiv (p, (SV *) data);
179
      return true;
179
      return true;
180
    }
180
    }
181
181

Return to bug 174742