diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmconfig/files/patch-amiwm.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/wmconfig/files/patch-amiwm.c b/x11-wm/wmconfig/files/patch-amiwm.c new file mode 100644 index 000000000000..3bc8d18ea9a0 --- /dev/null +++ b/x11-wm/wmconfig/files/patch-amiwm.c @@ -0,0 +1,13 @@ +--- amiwm.c.orig Wed Nov 17 23:01:30 2004 ++++ amiwm.c Thu Jan 27 00:04:07 2005 +@@ -40,9 +40,9 @@ + /* Amiwm seems to have no restart or quit function + and Amiwm requires that there's no ending & */ + if (! app->restart) { +- printf("ToolItem \"%s\" ", app->name); + char *b; + int l; ++ printf("ToolItem \"%s\" ", app->name); + b = app->exec; + l = strlen(b); + if (app->terminal) |