From 245a62dd3e5f3d21b7d8990623653171bb8c4237 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Thu, 24 Nov 2022 23:01:48 +0200
Subject: [PATCH 1/1] Windows: Fixed build
src/app.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/app.c b/src/app.c
index 057c8d1b..741cb931 100644
--- a/src/app.c
+++ b/src/app.c
@@ -388,7 +388,6 @@ static const char *dataDir_App_(void) {
#endif
#if defined (iPlatformMsys)
/* Check for a portable userdata directory. */
const char *userDir = concatPath_CStr(cstr_String(d->execPath), "..\\userdata");
if (fileExistsCStr_FileInfo(userDir)) {
return userDir;
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).