From 51983994fa078b7a7ce4fe796d4625a4ad1e4251 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Mon, 2 Nov 2020 10:23:50 +0100 Subject: [PATCH] Fix comment --- src/query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) == '#') {