Changeset 3934 for src/perl5/pugsembed.c

Show
Ignore:
Timestamp:
05/27/05 01:30:01 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5515
Message:

* segfault solved

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl5/pugsembed.c

    r3932 r3934  
    1919    isa[0] = pugs_PvToVal("Code"); 
    2020    isa[1] = NULL; 
    21     if (pugs_ValToIv(pugs_Apply("&isa", val, isa))) { 
     21    if (pugs_ValToIv(pugs_Apply(pugs_PvToVal("&isa"), val, isa))) { 
    2222        fprintf(stderr, "got a code!!\n"); 
    2323    }