From: Kalle Wallin Date: Sat, 19 Jun 2004 19:32:52 +0000 (+0000) Subject: try to complete even if the line is empty X-Git-Tag: v0.12_alpha1~510 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=96ba600d2385d910d02339c257154e3da4f1aa13;p=ncmpc.git try to complete even if the line is empty git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1566 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/src/wreadln.c b/src/wreadln.c index b5caef7..ea0824d 100644 --- a/src/wreadln.c +++ b/src/wreadln.c @@ -180,7 +180,7 @@ wreadln(WINDOW *w, break; case TAB: - if( gcmp && strlen(line)) + if( gcmp ) { char *prefix = NULL; GList *list;