From 67e5025aaf9bc0f1acdc9f45c052ab21b2074510 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 25 Jan 2010 06:21:27 +0000 Subject: Release 10.47.09 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@1104 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pamtosvg/vector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/other') diff --git a/converter/other/pamtosvg/vector.c b/converter/other/pamtosvg/vector.c index 898666c3..7678f73a 100644 --- a/converter/other/pamtosvg/vector.c +++ b/converter/other/pamtosvg/vector.c @@ -278,7 +278,7 @@ acos_d(float const v, vAdj = v; errno = 0; - a = acos(v); + a = acos(vAdj); if (errno == ERANGE || errno == EDOM) { at_exception_fatal(excepP, strerror(errno)); retval = 0.0; -- cgit 1.4.1