freebsd-ports/graphics/inkscape/files/patch-src::main.cpp
Alexander Nedotsukov 407403df23 Update to 0.37
2004-02-16 08:46:10 +00:00

11 lines
262 B
C++

--- src/main.cpp.orig Fri Jan 30 15:23:48 2004
+++ src/main.cpp Fri Jan 30 15:24:10 2004
@@ -200,7 +200,7 @@
}
#ifdef HAVE_FPSETMASK
- fpresetsticky(FP_X_DZ|FP_X_INV);
+ fpsetsticky(FP_X_DZ|FP_X_INV);
fpsetmask(FP_X_DZ|FP_X_INV);
#endif
return result;