diff options
Diffstat (limited to 'src/LYMainLoop.c')
-rw-r--r-- | src/LYMainLoop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYMainLoop.c b/src/LYMainLoop.c index 69a618dd..4f93190f 100644 --- a/src/LYMainLoop.c +++ b/src/LYMainLoop.c @@ -521,7 +521,7 @@ try_again: } chmod(TRAVERSE_ERRORS, 0600); } - fprintf(ofp, "%s %s in %s\n", + fprintf(ofp, "%s %s\tin %s\n", links[curdoc.link].lname, links[curdoc.link].target, history[nhist-1].address); |