diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-23 01:04:14 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-23 01:04:14 -0400 |
commit | eef116fe0730b92d09314c3fae280eeed40b096a (patch) | |
tree | cd165b52ae77296a96193cd4c5ef05ac862ad790 /src/LYMainLoop.c | |
parent | 36863953e4886d5269a325c93bd433847694a5fb (diff) | |
download | lynx-snapshots-eef116fe0730b92d09314c3fae280eeed40b096a.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-39
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); |