From: Bastien Dejean Date: Mon, 2 Nov 2020 09:23:50 +0000 (+0100) Subject: Fix comment X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=51983994fa078b7a7ce4fe796d4625a4ad1e4251;p=bspwm.git Fix comment --- diff --git a/src/query.c b/src/query.c index ccfc146..3c11068 100644 --- a/src/query.c +++ b/src/query.c @@ -542,7 +542,7 @@ int node_from_desc(char *desc, coordinates_t *ref, coordinates_t *dst) char *path = strrchr(desc, '@'); char *colon = strrchr(desc, ':'); - /* Discard hashes inside a DESKTOP_SEL, e.g. `newest#@prev#older:/1/2` */ + /* Adjust or discard hashes inside a DESKTOP_SEL, e.g. `newest#@prev#older:/1/2` */ if (hash != NULL && colon != NULL && path != NULL && path < hash && hash < colon) { if (path > desc && *(path - 1) == '#') {