diff options
author | hm <hm@FreeBSD.org> | 2000-10-09 14:22:51 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2000-10-09 14:22:51 +0000 |
commit | 5ab5e2a391ce47dd5453a8592c99baf8e9b2a6f4 (patch) | |
tree | 26a8d414a4a8b7be8fb22e1e65e5ba4889daf0ae /usr.sbin/i4b/isdnd/log.c | |
parent | f334879ea56c48ab237e6528968d81dd32e9f209 (diff) | |
download | FreeBSD-src-5ab5e2a391ce47dd5453a8592c99baf8e9b2a6f4.zip FreeBSD-src-5ab5e2a391ce47dd5453a8592c99baf8e9b2a6f4.tar.gz |
update to i4b version 0.95.04
Diffstat (limited to 'usr.sbin/i4b/isdnd/log.c')
-rw-r--r-- | usr.sbin/i4b/isdnd/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/i4b/isdnd/log.c b/usr.sbin/i4b/isdnd/log.c index 01fa70e..34f68d4 100644 --- a/usr.sbin/i4b/isdnd/log.c +++ b/usr.sbin/i4b/isdnd/log.c @@ -27,7 +27,7 @@ * i4b daemon - logging routines * ----------------------------- * - * $Id: log.c,v 1.23 1999/12/13 21:25:25 hm Exp $ + * $Id: log.c,v 1.25 2000/10/09 12:53:29 hm Exp $ * * $FreeBSD$ * @@ -174,7 +174,7 @@ log(int what, const char *fmt, ...) #warning "FreeBSD ncurses is buggy: write to last column = auto newline!" COLS-((strlen(dp))+(strlen(logtab[what].text))+3), buffer); #else - COLS-((strlen(dp))+(strlen(logtab[what].text))+2), buffer); + (int)(COLS-((strlen(dp))+(strlen(logtab[what].text))+2)), buffer); #endif wrefresh(lower_w); } |