[wiki] [sites] Fixed a small non-critical typo. || Vadim Zyamalov

From: <git_AT_suckless.org>
Date: Thu, 15 Apr 2021 10:39:09 +0200

commit ea8dfa1af2fe490f8ce04bc05f3ce38fbb0f7139
Author: Vadim Zyamalov <zyamalov.ve_AT_gmail.com>
Date: Thu Apr 15 11:39:37 2021 +0300

    Fixed a small non-critical typo.
    
    I've just forgot to replace `dwm' by `dmenu' in the code. Shame on me...

diff --git a/tools.suckless.org/dmenu/patches/xresources-alt/dmenu-xresources-alt-5.0.diff b/tools.suckless.org/dmenu/patches/xresources-alt/dmenu-xresources-alt-5.0.diff
index a1d59365..a3459556 100644
--- a/tools.suckless.org/dmenu/patches/xresources-alt/dmenu-xresources-alt-5.0.diff
+++ b/tools.suckless.org/dmenu/patches/xresources-alt/dmenu-xresources-alt-5.0.diff
_AT_@ -104,7 +104,7 @@ diff -rupN orig/dmenu.c patched/dmenu.c
 + char fullname[256];
 + char *type;
 + XrmValue ret;
-+ snprintf(fullname, sizeof(fullname), "%s.%s", "dwm", name);
++ snprintf(fullname, sizeof(fullname), "%s.%s", "dmenu", name);
 + fullname[sizeof(fullname) - 1] = ' + XrmGetResource(db, fullname, "*", &type, &ret);
 + if (!(ret.addr == NULL || strncmp("String", type, 64)))
Received on Thu Apr 15 2021 - 10:39:09 CEST

This archive was generated by hypermail 2.3.0 : Thu Apr 15 2021 - 10:48:52 CEST