From ab7516bd7c444d34950354e9ee207aeeb478be59 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 30 May 2014 08:53:55 -0600 Subject: snprintf(): If size is zero, then snprintf() should return the size of the required buffer without writing anyting. From Sami Pelkonen --- apps/examples/hello/hello_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/examples/hello/hello_main.c b/apps/examples/hello/hello_main.c index 229027c36..95961545c 100644 --- a/apps/examples/hello/hello_main.c +++ b/apps/examples/hello/hello_main.c @@ -61,4 +61,3 @@ int hello_main(int argc, char *argv[]) printf("Hello, World!!\n"); return 0; } - -- cgit v1.2.3