summarylogtreecommitdiffstats
path: root/devilspie2-0.43-lua-5.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'devilspie2-0.43-lua-5.4.patch')
-rw-r--r--devilspie2-0.43-lua-5.4.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/devilspie2-0.43-lua-5.4.patch b/devilspie2-0.43-lua-5.4.patch
deleted file mode 100644
index 8cbec6bafadf..000000000000
--- a/devilspie2-0.43-lua-5.4.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur -Nur devilspie2-0.43.orig/src/script_functions.c devilspie2-0.43/src/script_functions.c
---- devilspie2-0.43.orig/src/script_functions.c 2017-09-26 15:03:36.000000000 +0200
-+++ devilspie2-0.43/src/script_functions.c 2020-06-30 15:29:15.024643740 +0200
-@@ -470,8 +470,7 @@
- lua_call(lua, 1, 1);
- s = lua_tostring(lua, -1); /* get result */
- if (s == NULL)
-- return luaL_error(lua, LUA_QL("tostring") " must return a string to "
-- LUA_QL("print"));
-+ return luaL_error(lua, "'tostring' must return a string to 'print'");
- if (i > 1) {
- if (devilspie2_debug) fputs("\t", stdout);
- }