Project

General

Profile

audacious-4.1-stow.diff

Thomas Zajic, August 16, 2021 16:06

View differences:

audacious-4.1/src/libaudcore/runtime.cc 2021-07-09 06:51:50.605466840 +0200
205 205
    /* get path to current executable */
206 206
    StringBuf to = get_path_to_self();
207 207

  
208
    if (!to)
208
    if ((!to) || strstr(to, "/stow/") || strstr(to, "/graft/"))
209 209
    {
210 210
        set_default_paths();
211 211
        return;