From af4792d67fece463885dabbc5deda5581b46d3bb Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 3 Jan 2015 01:25:27 +0000 Subject: Fix external header file pm.h so it doesn't include internal header file pm_c_util.h git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2371 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/libpm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libpm.c') diff --git a/lib/libpm.c b/lib/libpm.c index 69fe1dbf..4374bbe3 100644 --- a/lib/libpm.c +++ b/lib/libpm.c @@ -278,10 +278,11 @@ pm_error(const char format[], ...) { -bool +int pm_have_float_format(void) { /*---------------------------------------------------------------------------- - Return true iff %f, %e, and %g work in format strings for pm_message, etc. + Return 1 if %f, %e, and %g work in format strings for pm_message, etc.; + 0 otherwise. Where they don't "work," that means the specifier just appears itself in the formatted strings, e.g. "the number is g". -- cgit 1.4.1