From 3572d7e4773e34f2d039d1436af1c91795887f04 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 15 Mar 2011 16:23:51 +0000 Subject: Make lint shut up a little bit. --- term.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'term.c') diff --git a/term.c b/term.c index 2116639f..736029a4 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.177 2011/01/30 16:05:37 schwarze Exp $ */ +/* $Id: term.c,v 1.178 2011/03/15 16:23:51 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -514,7 +514,7 @@ term_word(struct termp *p, const char *word) if ((ssz = strcspn(word, "\\")) > 0) encode(p, word, ssz); - word += ssz; + word += (int)ssz; if ('\\' != *word) continue; -- cgit v1.2.3