]> Nishi Git Mirror - libw3.git/commitdiff
bugfix
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Wed, 7 Feb 2024 01:26:06 +0000 (01:26 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Wed, 7 Feb 2024 01:26:06 +0000 (01:26 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@181 d27a3e52-49c5-7645-884c-6793ebffc270

Library/Tcl.c
W3Version.h.p

index 03c58a555e075d31dd81e2e6b987fd9f8ee7163c..4dacf068b633211e579a370b164cfe32cd73c17a 100644 (file)
@@ -20,7 +20,6 @@ void tcl_w3_data_handler(struct W3* w3, char* data, size_t size) {
        for(i = 0; __dictionary[i] != NULL; i += 2) {
                if(__dictionary[i + 1] == w3) {
                        if(w3->tcl_data != NULL) {
-                               write(1, data, size);
                                Tcl_ObjSetVar2(w3->tcl_in, Tcl_NewStringObj("event_size", 10), NULL, Tcl_NewLongObj(size), 0);
                                char* data1 = malloc(size + 1);
                                memcpy(data1, data, size);
index 8388dfef182ee3dec0ad8f34bd9205ffe50f0f3f..a9bb93e31c9e624906070d115d2709e8061d084c 100644 (file)
@@ -6,7 +6,7 @@
 extern "C" {
 #endif
 
-#define LIBW3_VERSION "2.3C" \
+#define LIBW3_VERSION "2.3D" \
 SUFFIX
 
 #ifdef __cplusplus