From owner-svn-src-head@FreeBSD.ORG Fri May 1 22:48:52 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA990D9F; Fri, 1 May 2015 22:48:52 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FAA31750; Fri, 1 May 2015 22:48:52 +0000 (UTC) Received: by wgyo15 with SMTP id o15so102040968wgy.2; Fri, 01 May 2015 15:48:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=i7S+6GJ8FUtyai+AlrpctU3yhHwJ2Tpdr9lh6nfuTPE=; b=UiC+fQEUonbfpTkQwIWljfW+zS2n595Sz2YcXamo3+LguA69D1EftLsH18B6R1ghyc hpHUqGhDftWo1IHKz3w/dlfVoq7VSn8hwh5HE1njT1VSbhHd2qirb7AaYWLSpxZpRtFi AA3iLzbAdJ99Un9xkFUSmYnDn0iHc9mv+PXwo860lipGOWXrQSXiQ2tN/FeNw/izlO9q aePTDl+zy+Wm0YQSTeyujBr60gSZvcT//oNfN5WHWfW9tyvAV9RtEHPUvxW86fJcw/kt EB5nH82n0+z/UT6fOtUYr0wTaL+UAxjDc8CQ+hjrmwi/BE+L2hHE5gnPUrnzomlS4PH0 gvOg== X-Received: by 10.180.98.230 with SMTP id el6mr555164wib.16.1430520531094; Fri, 01 May 2015 15:48:51 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id e2sm8471449wix.15.2015.05.01.15.48.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 May 2015 15:48:50 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 2 May 2015 00:48:48 +0200 From: Baptiste Daroussin To: Xin LI Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r282329 - head/usr.bin/soelim Message-ID: <20150501224847.GZ13141@ivaldir.etoilebsd.net> References: <201505012243.t41MhQTJ029590@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dZHW955j1vPFHE0Q" Content-Disposition: inline In-Reply-To: <201505012243.t41MhQTJ029590@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 22:48:53 -0000 --dZHW955j1vPFHE0Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 01, 2015 at 10:43:26PM +0000, Xin LI wrote: > Author: delphij > Date: Fri May 1 22:43:26 2015 > New Revision: 282329 > URL: https://svnweb.freebsd.org/changeset/base/282329 >=20 > Log: > Correct - handling. > =20 > Reported by: pkg-fallout > X-MFC-with: r282318 >=20 > Modified: > head/usr.bin/soelim/soelim.c >=20 > Modified: head/usr.bin/soelim/soelim.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/usr.bin/soelim/soelim.c Fri May 1 21:59:32 2015 (r282328) > +++ head/usr.bin/soelim/soelim.c Fri May 1 22:43:26 2015 (r282329) > @@ -57,6 +57,9 @@ soelim_fopen(const char *name) > char path[MAXPATHLEN]; > size_t i; > =20 > + if (strcmp(name, "-") =3D=3D 0) > + return (stdin); > + Thank you I thought I had committed that already but obviously I did not... Best regards, Bapt --dZHW955j1vPFHE0Q Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlVEAs8ACgkQ8kTtMUmk6Ew2ogCglxklZxDLCkS4rB7dP3MKQBHf sYEAnjnAKr5AeoIYwmG2vSSQi79gFLmq =SqvQ -----END PGP SIGNATURE----- --dZHW955j1vPFHE0Q--