summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-29 16:44:01 +0200
committerwm4 <wm4@nowhere>2016-09-29 16:44:01 +0200
commit86ab4b8a9fbcbb337add2bf06985c5de2aea7a90 (patch)
treec18516ad6eaa217424e98d39f6bfc10565858c0c /input
parentb81ae52f508fa1e4447e97223f79f4c59ff99197 (diff)
downloadmpv-86ab4b8a9fbcbb337add2bf06985c5de2aea7a90.tar.bz2
mpv-86ab4b8a9fbcbb337add2bf06985c5de2aea7a90.tar.xz
path: default ~~ paths to home directory
The code for expanding the ~~ prefix used mp_find_config_file(), which strictly looks for _existing_ files in any config path (e.g. not just the user-local one, but also system-wide config). If no such file exists, it simply returns NULL, which makes the code below just return the literal, unexpanded path. Change this so that it'll resolve the path to the user-local config directory instead. Requested in #3591.
Diffstat (limited to 'input')
0 files changed, 0 insertions, 0 deletions