From 8f9f40aa1bcdff900917c6d75dd72924abb8a82f Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 14 Mar 2012 16:01:40 +0530 Subject: [PATCH] BUG #13619394: "MAKE TEST" FAILS ON "MY_VSNPRINTF" --- unittest/mysys/my_vsnprintf-t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/mysys/my_vsnprintf-t.c b/unittest/mysys/my_vsnprintf-t.c index 06f6878826a..0085c4c1ebe 100644 --- a/unittest/mysys/my_vsnprintf-t.c +++ b/unittest/mysys/my_vsnprintf-t.c @@ -155,7 +155,7 @@ int main(void) "conn %ld to: '%-.64s' user: '%-.32s' host: '%-.64s' (%-.64s)", 1L, NULL, NULL, NULL, NULL); test1("Hello string `I am a string`", - "Hello string %`s", "I am a string"); + "Hello string `%s`", "I am a string"); test1("Hello TEST", "Hello %05s", "TEST"); test1("My `Q` test",