From a03ada82544c8419c243f11f16b3aefd27e3e577 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 15 Jul 2009 15:53:57 +0000 Subject: Removed assertion (disregarded blank literal lines). --- term.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'term.c') diff --git a/term.c b/term.c index e67a99e4..066013d6 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.86 2009/07/15 15:37:48 kristaps Exp $ */ +/* $Id: term.c,v 1.87 2009/07/15 15:53:57 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -496,7 +496,6 @@ void term_word(struct termp *p, const char *word) { - assert(*word); if (term_isclosedelim(word)) if ( ! (TERMP_IGNDELIM & p->flags)) p->flags |= TERMP_NOSPACE; -- cgit v1.2.3