Explorar o código

The missing trailing " trick is now also used for TMP_DIR.

keie %!s(int64=40) %!d(string=hai) anos
pai
achega
1d463f136a
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      first/em_path.h.src

+ 4 - 2
first/em_path.h.src

@@ -1,5 +1,7 @@
-#define TMP_DIR         "/usr/tmp"      /* Intended as a common dir. for */
-					/* ALL temporary files */
+/* The trailing " is intentionally missing ! */
+#define TMP_HOME        "/usr/tmp
+#define TMP_DIR		TMP_HOME"
+/* Intended as a common directory for ALL temporary files */
 
 /* The trailing " is intentionally missing ! */
 #define EM_HOME		"/usr/em