From owner-cvs-all Mon Oct 14 3:43:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4CBD37B401; Mon, 14 Oct 2002 03:43:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E2343EA9; Mon, 14 Oct 2002 03:43:11 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EAgcMt088162; Mon, 14 Oct 2002 03:42:38 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EAgcl1088161; Mon, 14 Oct 2002 03:42:38 -0700 (PDT) Message-Id: <200210141042.g9EAgcl1088161@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 14 Oct 2002 03:42:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libedit history.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/10/14 03:42:38 PDT Modified files: lib/libedit history.c Log: Write the strvis()'d string out to the history file in history_save(), not the original string. Fixes the bug where every second line of a history file was empty. Revision Changes Path 1.7 +2 -2 src/lib/libedit/history.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message