-
由 William King 提交于
Previous commit actually broke the functionality since it was now returning if cfg->path[0] was not null. Also since cfg->path can never be null, this check can be simplified to only check the first index.
0d8f954e
Previous commit actually broke the functionality since it was now returning if cfg->path[0] was not null. Also since cfg->path can never be null, this check can be simplified to only check the first index.