summaryrefslogtreecommitdiff
path: root/emulators/teo/files/patch-src_std.c
blob: 266b5343b30e40ef13c996c358fb00d2de27fb20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/std.c.orig	2017-11-03 16:40:23 UTC
+++ src/std.c
@@ -364,8 +364,7 @@ char *std_ApplicationPath (const char di
 {
     static char *fname = NULL;
 
-    fname = NULL;
-#ifdef DEBIAN_BUILD
+#if !defined(__DJGPP__) && !defined(_WIN32)
     /* create private directory if necessary */
     fname = std_strdup_printf ("%s/.config/%s", getenv("HOME"), dirname);
     if (access (fname, F_OK) < 0)