about summary refs log tree commit diff stats
path: root/src/LYMainLoop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYMainLoop.c')
-rw-r--r--src/LYMainLoop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYMainLoop.c b/src/LYMainLoop.c
index c8c759e0..c157166a 100644
--- a/src/LYMainLoop.c
+++ b/src/LYMainLoop.c
@@ -6021,7 +6021,7 @@ try_again:
 	    if (crawl) {
 		print_crawl_to_fd(stdout, curdoc.address, curdoc.title);
 	    } else {
-		print_wwwfile_to_fd(stdout, FALSE);
+		print_wwwfile_to_fd(stdout, FALSE, FALSE);
 	    }
 	    return(EXIT_SUCCESS);
 	}