summaryrefslogtreecommitdiffstats
path: root/graphics/dia/files/patch-ae
blob: aca97ced24adc379002d8710a787b0f324b8d4e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- app/main.c.orig Sun Mar 25 19:05:16 2001
+++ app/main.c  Thu May 17 14:09:02 2001
@@ -19,2 +19,4 @@
 
+#include <ieeefp.h>
+
 #include "geometry.h"
@@ -35,2 +37,4 @@
 {
+  fpsetmask(0);
+
   app_init(argc, argv);