<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Rename variable for C23.

--- adflib-0.7.12/examples/unadf.c	2025-07-04 17:21:56.631746648 +0100
+++ adflib-0.7.12/examples/unadf.c	2025-07-04 17:21:49.832271086 +0100
@@ -517,7 +517,7 @@
     struct Volume *vol;
     struct List *list, *cell;
     int volNum;
-    BOOL true = TRUE;
+    BOOL trueVal = TRUE;
 
     if (argc&lt;2) {
         help();
@@ -655,7 +655,7 @@
     }
 
     if (cflag &amp;&amp; isDIRCACHE(vol-&gt;dosType) &amp;&amp; lflag) {
-        adfChgEnvProp(PR_USEDIRC,&amp;true);
+        adfChgEnvProp(PR_USEDIRC,&amp;trueVal);
         if (!qflag)
             puts("Using dir cache blocks.");
     }
</pre></body></html>