]> Nishi Git Mirror - libw3.git/commitdiff
better
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Fri, 16 Feb 2024 02:54:05 +0000 (02:54 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Fri, 16 Feb 2024 02:54:05 +0000 (02:54 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@230 d27a3e52-49c5-7645-884c-6793ebffc270

Example/w3b/w3b.c
W3Version.h.m4

index bfeb4930ca549c5bc16dae59136dc47cb3b59732..70b2e19b9ff26eac5c8540e5c4c20ac21240f309 100644 (file)
@@ -397,6 +397,7 @@ int main(int argc, char** argv) {
                        url = __W3_Strdup(argv[i]);
                }
        }
+       W3_Do_Debug(false);
        W3_Library_Init();
        int phase = 0;
        char c = 0;
index 295bccedd19a2756f3a61a93c178a8984515568d..d07388e0a491fd8940e4d8db724ed36fe99558a4 100644 (file)
@@ -6,7 +6,7 @@
 extern "C" {
 #endif
 
-#define LIBW3_VERSION "2.15A" \
+#define LIBW3_VERSION "2.15B" \
 SUFFIX
 
 ifdef(`HTTP_SUPPORT', `#define LIBW3_HTTP_SUPPORT', `')