aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index fb2f8e20c..65d9b0acb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2567,7 +2567,7 @@ operate(struct Configurable *config, int argc, char *argv[])
int separator = 0;
- FILE *infd;
+ FILE *infd = stdin;
bool infdfopen;
FILE *headerfilep = NULL;
char *urlbuffer=NULL;