git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1101 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-10 21:12:39 +00:00 committed by cras
commit ebdaa110f1
4 changed files with 9 additions and 9 deletions

View file

@ -109,7 +109,7 @@ void *irssi_ref_object(SV *o)
hv = hvref(o);
if (hv == NULL)
return 0;
return NULL;
sv = hv_fetch(hv, "_irssi", 6, 0);
if (sv == NULL)