X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fdissect-sysfile.c;h=fda3b385200c605e2a69c16f331b02f2d9b64276;hb=ff8c03cab4995de8e261891b63d6a84eae1b880d;hp=d5994b3b845f484aa6f6d6e1371488056137304e;hpb=51c3424bf88d0fa110683fbcdd208d0fa5c98179;p=pspp-builds.git diff --git a/tests/dissect-sysfile.c b/tests/dissect-sysfile.c index d5994b3b..fda3b385 100644 --- a/tests/dissect-sysfile.c +++ b/tests/dissect-sysfile.c @@ -689,8 +689,8 @@ read_mrsets (struct sfm_reader *r, size_t size, size_t count) if (!text_match (text, ' ')) { - sys_warn (r, _("Missing space following `E' at offset %zu " - "in MRSETS record"), text_pos (text)); + sys_warn (r, _("Missing space following `%c' at offset %zu " + "in MRSETS record"), 'E', text_pos (text)); break; }