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