From facf34bd2ffc16eb2a5e770d9be3d8010b4add42 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 29 Apr 2017 18:08:07 -0400 Subject: Don't parse the mount table until it's needed --- printf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'printf.h') diff --git a/printf.h b/printf.h index d57921f..73b7830 100644 --- a/printf.h +++ b/printf.h @@ -39,7 +39,7 @@ struct bfs_printf { * The command line. * @return The parsed printf command, or NULL on failure. */ -struct bfs_printf *parse_bfs_printf(const char *format, const struct cmdline *cmdline); +struct bfs_printf *parse_bfs_printf(const char *format, struct cmdline *cmdline); /** * Evaluate a parsed format string. -- cgit v1.2.3