2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Change streamingCache to temp to prevent conflicts.

This commit is contained in:
Darryl Pogue
2011-04-26 23:51:38 -07:00
parent bf142aa075
commit 08e401eabc

View File

@ -48,7 +48,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plOGGCodec.h" #include "plOGGCodec.h"
#include "plWavFile.h" #include "plWavFile.h"
#define kCacheDirName "streamingCache" #define kCacheDirName "temp"
static void hsStrUpper(char *s) static void hsStrUpper(char *s)
{ {