]> git.sesse.net Git - vlc/commit
Fix config_GetHomeDir by using CSIDL_PERSONAL instead of CSIDL_PROFILE
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Jul 2008 05:30:35 +0000 (22:30 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Jul 2008 06:07:49 +0000 (23:07 -0700)
commit07dabf064c1c6db9db13b62c9ea0b27c67132f68
treeb0fc0c25d91aaadb3d499e66403315a44e9a025a
parentb5c566d923f2dc68e03a6e8deacfc5607982f27a
Fix config_GetHomeDir by using CSIDL_PERSONAL instead of CSIDL_PROFILE

"Version 5.0. The user's profile folder. A typical path is C:\Documents and Settings\username. Applications should not create files or folders at this level;"

Should fix also the skins2 location (#1787)
src/config/dirs.c