summaryrefslogtreecommitdiffstats
path: root/dotlock.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2016-11-17 15:07:14 -0800
committerKevin McCarthy <kevin@8t8.us>2016-11-17 15:07:14 -0800
commit2f4d02d95e9a8ff54edf1d1b16f886afc50527ba (patch)
tree561d188168e48714d977085f99d75477b1fd890d /dotlock.c
parentd23f981d2aa4d7053c5b1e93d3f66689cbba9d21 (diff)
Backout inlining of MUTT_VERSION in 42fee7585fae.
If MUTT_VERSION contains a %, this will result in problems.
Diffstat (limited to 'dotlock.c')
-rw-r--r--dotlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotlock.c b/dotlock.c
index 3828fdaa..5bf03480 100644
--- a/dotlock.c
+++ b/dotlock.c
@@ -339,7 +339,7 @@ END_PRIVILEGED (void)
static void
usage (const char *av0)
{
- fprintf (stderr, "dotlock [Mutt " MUTT_VERSION " (%s)]\n", ReleaseDate);
+ fprintf (stderr, "dotlock [Mutt %s (%s)]\n", MUTT_VERSION, ReleaseDate);
fprintf (stderr, "usage: %s [-t|-f|-u|-d] [-p] [-r <retries>] file\n",
av0);