From 5d0a2e7716aa85582a743fc0f31b3b2a3deb21ee Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 12 Jan 2012 15:02:08 -0500 Subject: [PATCH] Add missing %s printf escape to the iolog_dir description. --HG-- branch : 1.7 --- def_data.c | 2 +- def_data.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/def_data.c b/def_data.c index 798680edd..eaa156b0d 100644 --- a/def_data.c +++ b/def_data.c @@ -332,7 +332,7 @@ struct sudo_defs_types sudo_defs_table[] = { NULL, }, { "iolog_dir", T_STR|T_PATH, - "Directory in which to store input/output logs", + "Directory in which to store input/output logs: %s", NULL, }, { NULL, 0, NULL diff --git a/def_data.in b/def_data.in index f103b6469..e8eb097c4 100644 --- a/def_data.in +++ b/def_data.in @@ -246,4 +246,4 @@ use_pty "Always run commands in a pseudo-tty" iolog_dir T_STR|T_PATH - "Directory in which to store input/output logs" + "Directory in which to store input/output logs: %s" -- 2.40.0