diff options
Diffstat (limited to 'converter/other')
-rw-r--r-- | converter/other/pamtosvg/vector.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |