Completely reworked the path convertion functions
[mmh] / sbr / m_mktemp.c
index 68f1a54..4a1eed1 100644 (file)
@@ -144,5 +144,5 @@ get_temp_dir()
                tmpdir = getenv("TMP");
                if (tmpdir != NULL && *tmpdir != '\0') return tmpdir;
        }
-       return m_maildir("");
+       return toabsdir("+");
 }