Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2015 00:48:48 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Xin LI <delphij@FreeBSD.org>
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>
In-Reply-To: <201505012243.t41MhQTJ029590@svn.freebsd.org>
References:  <201505012243.t41MhQTJ029590@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150501224847.GZ13141>