aboutsummaryrefslogtreecommitdiffstats
path: root/search.c
diff options
context:
space:
mode:
authorokan2014-08-20 15:15:29 +0000
committerokan2014-08-20 15:15:29 +0000
commitbaef75bfc55b19ae2f4f1a5f09c82d35539d5637 (patch)
tree1781b9efc7f70975adf5efab5cc71169288c2032 /search.c
parent081e6ab493c1cb965f3f03d6b55f2a24117e9290 (diff)
downloadcwm-baef75bfc55b19ae2f4f1a5f09c82d35539d5637.tar.gz
Purely mechanical; unify 'num', 'no' and 'shortcut'.
Diffstat (limited to 'search.c')
-rw-r--r--search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/search.c b/search.c
index 380f760..0b3b95d 100644
--- a/search.c
+++ b/search.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: search.c,v 1.37 2014/02/07 21:59:56 okan Exp $
+ * $OpenBSD: search.c,v 1.38 2014/08/20 15:15:29 okan Exp $
*/
#include <sys/param.h>
@@ -143,7 +143,7 @@ search_print_client(struct menu *mi, int list)
cc->matchname = cc->name;
(void)snprintf(mi->print, sizeof(mi->print), "(%d) %c%s",
- cc->group->shortcut, flag, cc->matchname);
+ cc->group->num, flag, cc->matchname);
if (!list && cc->matchname != cc->name &&
strlen(mi->print) < sizeof(mi->print) - 1) {