From c3242c1e024df2c2d12bbf2d8173f8cc7211a7ff Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 26 Jan 2009 20:21:10 +0000 Subject: [PATCH] disabled --- harbour/source/common/hbprintf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/harbour/source/common/hbprintf.c b/harbour/source/common/hbprintf.c index d079a7d699..8056320103 100644 --- a/harbour/source/common/hbprintf.c +++ b/harbour/source/common/hbprintf.c @@ -50,6 +50,8 @@ * */ +#if 0 + /* patterm format: '%' [*] [] [.] [] @@ -1082,3 +1084,4 @@ int hb_snprintf_c( char * buffer, size_t bufsize, const char * format, ... ) return ( int ) size; } +#endif