From 051f31b31e45c57aee5542522c5c38e146f3e012 Mon Sep 17 00:00:00 2001 From: Joe Bryan Date: Wed, 30 Jan 2019 19:21:48 -0500 Subject: [PATCH] removes unused fprintf arg --- vere/sist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vere/sist.c b/vere/sist.c index 29a7f202c..659dbda4c 100644 --- a/vere/sist.c +++ b/vere/sist.c @@ -978,7 +978,7 @@ _sist_rest() "and do not delete your pier!\n")); u3_lo_bail(); } - uL(fprintf(uH, "rest: checkpoint is up-to-date\n", ful_c)); + uL(fprintf(uH, "rest: checkpoint is up-to-date\n")); } else { // Execute the fscking things. This is pretty much certain to crash.