From owner-cvs-all Fri Apr 27 15:35:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA54437B424; Fri, 27 Apr 2001 15:35:44 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3RMZiY93788; Fri, 27 Apr 2001 15:35:44 -0700 (PDT) (envelope-from ache) Message-Id: <200104272235.f3RMZiY93788@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 27 Apr 2001 15:35:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ee ee.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/04/27 15:35:44 PDT Modified files: usr.bin/ee ee.c Log: Fix wrong (char) cast (instead of unsigned char) causing highlighting of all 8bit characters due to famous sign extension bug. Revision Changes Path 1.22 +3 -3 src/usr.bin/ee/ee.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message