Fixing patch error.

This commit is contained in:
sergiotarxz 2022-05-13 23:49:42 +02:00
parent 0c177135ae
commit 755d041ab3
1 changed files with 0 additions and 15 deletions

View File

@ -50,18 +50,3 @@ index 6cefc02ac..e1e31b9aa 100644
}
int
diff --git a/xkb/ddxLoad.c b/xkb/ddxLoad.c
index ea7e34700..277e5221d 100644
--- a/xkb/ddxLoad.c
+++ b/xkb/ddxLoad.c
@@ -76,8 +76,8 @@ OutputDirectory(char *outdir, size_t size)
}
else
#endif
- if (strlen("/tmp/") < size) {
- (void) strcpy(outdir, "/tmp/");
+ if (strlen("/data/data/me.sergiotarxz.openmg.x11/files/usr/tmp/") < size) {
+ (void) strcpy(outdir, "/data/data/me.sergiotarxz.openmg.x11/files/usr/tmp/");
}
}