Project

General

Profile

Bug #5727 ยป load.c.patch

funny_falcon (Yura Sokolov), 12/08/2011 04:15 PM

View differences:

load.c
fs.name = feature;
fs.len = len;
fs.type = type;
fs.load_path = load_path ? load_path : rb_get_load_path();
fs.load_path = load_path ? load_path : rb_get_expanded_load_path();
fs.result = 0;
st_foreach(loading_tbl, loaded_feature_path_i, (st_data_t)&fs);
if ((f = fs.result) != 0) {
    (1-1/1)