Bug #5727 ยป load.c.patch
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) {
|