From e3fed1133b41c00c12972bba4fd49fdfe4e9fc73 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Sat, 10 May 2014 20:31:06 +1000 Subject: [PATCH] mdcode.mdc: fix error message slightly. It is only sections which code which need to be referenced. Signed-off-by: NeilBrown --- csrc/mdcode.mdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csrc/mdcode.mdc b/csrc/mdcode.mdc index afd2b29..50250b8 100644 --- a/csrc/mdcode.mdc +++ b/csrc/mdcode.mdc @@ -900,7 +900,7 @@ we are done. if (strncmp(s->section.txt, "Example:", 8) == 0) continue; if (strncmp(s->section.txt, "File:", 5) != 0) { - fprintf(stderr, "Unreferenced section is not a file name: %.*s\n", + fprintf(stderr, "Code in unreferenced section that is not a file name: %.*s\n", s->section.len, s->section.txt); errs++; continue; -- 2.43.0