]> git.ipfire.org Git - thirdparty/sarg.git/commit
Don't glob the file name "-" that means to read from stdin
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 23 Jun 2015 15:48:12 +0000 (17:48 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 23 Jun 2015 15:48:12 +0000 (17:48 +0200)
commit9d65e65b24b03da65f5316644064c5ee698fa6df
tree83717258a10222bc10d1f482d01883b3b8e2b2ca
parentea4317b8d984ca8932bfbacbec29d7b9437b4ff7
Don't glob the file name "-" that means to read from stdin

The special file name "-" must not be globed as the content will be read
from stdin.

This change fix the error message: No files matching "-"

Thanks to Yakushev Evgeniy for reporting this bug.
filelist.c