diff options
| -rw-r--r-- | ui_70-log.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ui_70-log.c b/ui_70-log.c index 04c2e79..b45468e 100644 --- a/ui_70-log.c +++ b/ui_70-log.c @@ -533,7 +533,7 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern  		}  		cgit_print_layout_end();  	} else if ((commit = get_revision(&rev)) != NULL) { -		cgit_log_link("[...]", NULL, NULL, ctx.qry.head, NULL, +		cgit_gopher_log_link("[...]", NULL, NULL, ctx.qry.head, NULL,  			      ctx.qry.vpath, 0, NULL, NULL, ctx.qry.showmsg,  			      ctx.qry.follow);  	} | 
