--- ray/src/common/paths.h 1993/01/20 13:57:58 2.6 +++ ray/src/common/paths.h 1993/07/21 10:00:57 2.7 @@ -13,8 +13,8 @@ #define CASEDIRSEP case '/': case '\\' #define PATHSEP ';' #define MAXPATH 128 -#define TEMPLATE "c:\\tmp\\rtXXXXXX" -#define TEMPLEN 15 +#define TEMPLATE "rtXXXXXX" +#define TEMPLEN 8 #define ULIBVAR "RAYPATH" #ifndef DEFPATH #define DEFPATH ";c:/ray/lib"