<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- common/tegdebug.h.orig	2022-01-28 09:06:19.000000000 -0500
+++ common/tegdebug.h	2022-01-28 09:07:17.000000000 -0500
@@ -23,14 +23,14 @@
 
 #include &lt;stdio.h&gt;
 
-#define TEGDEBUG
+#undef TEGDEBUG
 
 #ifdef TEGDEBUG
 #	define PDEBUG(format, ...) fprintf(stderr, "%s:%d(%s)" format, \
 	                               __FILE__, __LINE__, __PRETTY_FUNCTION__ \
 	                               __VA_OPT__(, __VA_ARGS__))
 #else
-#	define PDEBUG(a)
+#	define PDEBUG(a, ...)
 #endif
 
 #endif /* __TEG_TEGDEBUG_H */
</pre></body></html>