svn commit: r282329 - head/usr.bin/soelim

Baptiste Daroussin bapt at FreeBSD.org
Fri May 1 22:48:53 UTC 2015


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
> 
> Log:
>   Correct - handling.
>   
>   Reported by:	pkg-fallout
>   X-MFC-with:	r282318
> 
> Modified:
>   head/usr.bin/soelim/soelim.c
> 
> Modified: head/usr.bin/soelim/soelim.c
> ==============================================================================
> --- 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;
>  
> +	if (strcmp(name, "-") == 0)
> +		return (stdin);
> +

Thank you I thought I had committed that already but obviously I did not...

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150502/6d5a87e9/attachment.sig>


More information about the svn-src-all mailing list