start phasing out BASE_PATH and SLASH

This commit is contained in:
Glenn Maynard
2003-12-10 09:02:55 +00:00
parent eb15c238fd
commit 658c72c6ad
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include "Banner.h"
#define CACHE_DIR BASE_PATH "Cache" SLASH
#define CACHE_DIR "Cache/"
/* Call CacheBanner to cache a banner by path. If the banner is already
* cached, it'll be recreated. This is efficient if the banner hasn't changed,