Author: tom
Date: Mon Dec 1 07:21:00 2008
New Revision: 3470
URL: http://svn.slimdevices.com?rev=3470&root=Jive&view=rev
Log:
dir misnamed as path, compile failed
Modified:
7.4/trunk/squeezeplay/src/squeezeplay/src/ui/platform_osx.c
Modified: 7.4/trunk/squeezeplay/src/squeezeplay/src/ui/platform_osx.c
URL:
http://svn.slimdevices.com/7.4/trunk/squeezeplay/src/squeezeplay/src/ui/platform_osx.c?rev=3470&root=Jive&r1=3469&r2=3470&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/squeezeplay/src/ui/platform_osx.c (original)
+++ 7.4/trunk/squeezeplay/src/squeezeplay/src/ui/platform_osx.c Mon Dec 1
07:21:00 2008
@@ -22,8 +22,8 @@
const char *home = getenv("HOME");
dir = malloc(strlen(home) + strlen(PREF_DIR) + 1);
- strcpy(path, home);
- strcat(path, PREF_DIR);
+ strcpy(dir, home);
+ strcat(dir, PREF_DIR);
return dir;
}
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins