mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
fixed regpathname bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3139 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
abf8696e5e
commit
1647e6eedd
@ -300,7 +300,7 @@ static void init_registry(void)
|
|||||||
|
|
||||||
#ifdef USE_WIN32DLL
|
#ifdef USE_WIN32DLL
|
||||||
// MPlayer:
|
// MPlayer:
|
||||||
regpathname = get_path("registry");
|
localregpathname = get_path("registry");
|
||||||
#else
|
#else
|
||||||
// avifile:
|
// avifile:
|
||||||
if (localregpathname == 0)
|
if (localregpathname == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user