fixed regpathname bug

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3139 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-11-26 14:44:45 +00:00
parent abf8696e5e
commit 1647e6eedd
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ static void init_registry(void)
#ifdef USE_WIN32DLL
// MPlayer:
regpathname = get_path("registry");
localregpathname = get_path("registry");
#else
// avifile:
if (localregpathname == 0)