aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-11-29 20:12:06 +1000
committerGravatar axel <axel@liljencrantz.se>2005-11-29 20:12:06 +1000
commitc2e6b07b357f3173fdc9f14d0b5841761634b821 (patch)
tree8c559f4ad787648daf7416e704bc1f039b726885 /wildcard.c
parent8fcacdd5df28af1ac712a6dc9b9e0447b67e541b (diff)
Try to report IO redirection errors resulting from redirection stderr
darcs-hash:20051129101206-ac50b-970569a8b710d74b6e16a3c09b8848618cec4a7e.gz
Diffstat (limited to 'wildcard.c')
-rw-r--r--wildcard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wildcard.c b/wildcard.c
index e9919677..36f86fb6 100644
--- a/wildcard.c
+++ b/wildcard.c
@@ -73,7 +73,7 @@ static int wildcard_match2( const wchar_t *str,
/* Ignore hidden file */
if( is_first && *str == L'.' )
return 0;
-
+
/* Try all submatches */
do
{