[hackers] [wmii] Fix minor error in last commit. || Kris Maglione

From: <hg_AT_suckless.org>
Date: Tue, 27 Oct 2009 01:30:12 +0000 (UTC)

changeset: 2578:e4e68221c0c9
tag: tip
user: Kris Maglione <kris_AT_suckless.org>
date: Mon Oct 26 21:30:06 2009 -0400
files: man/wimenu.man1
description:
Fix minor error in last commit.

diff -r 8400c9042cbd -r e4e68221c0c9 man/wimenu.man1
--- a/man/wimenu.man1 Mon Oct 26 21:25:53 2009 -0400
+++ b/man/wimenu.man1 Mon Oct 26 21:30:06 2009 -0400
@@ -136,8 +136,8 @@
 
         # Push out a new set of completions
         function update(str, opts) {
- print length str >fifo # Print the length of the preceding string
- print opts >fifo # and the options themself
+ print length(str) >fifo # Print the length of the preceding string
+ print opts >fifo # and the options themself
                 fflush(fifo)
         }
 
Received on Tue Oct 27 2009 - 01:30:12 UTC

This archive was generated by hypermail 2.2.0 : Tue Oct 27 2009 - 01:36:06 UTC