Author: tom
Date: Fri Nov 14 07:56:28 2008
New Revision: 3373

URL: http://svn.slimdevices.com?rev=3373&root=Jive&view=rev
Log:
Windows SqueezePlay home now %APPDATA% rather than home dir.

Modified:
    7.3/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework_windows.c

Modified: 7.3/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework_windows.c
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework_windows.c?rev=3373&root=Jive&r1=3372&r2=3373&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework_windows.c 
(original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/src/ui/jive_framework_windows.c Fri 
Nov 14 07:56:28 2008
@@ -17,9 +17,9 @@
 static void windows_get_app_home_dir(char *path);
 
 static void windows_get_app_home_dir(char *path) {
-    const char *home = getenv("USERPROFILE");
+    const char *home = getenv("APPDATA");
     strcpy(path, home);
-    strcat(path, "/.squeezeplay");
+    strcat(path, "/SqueezePlay");
 }
 
 static int windows_filter_pump(const SDL_Event *event) {

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to