diff -Nru orig/UniDOE/src/doe_Matrix.h patched/UniDOE/src/doe_Matrix.h
--- orig/UniDOE/src/doe_Matrix.h	2018-04-18 14:47:03.000000000 +0200
+++ patched/UniDOE/src/doe_Matrix.h	2020-07-02 18:05:32.166291500 +0200
@@ -15,7 +15,7 @@
 /* Define NULL pointer value */
 
 #ifndef NULL
-#define NULL    ((void *)0)
+#define NULL    0
 #endif
 
 int CheckError(void);
