*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 15 Sep 2001 17:15:44 +0200
changeset 3500 c918eb4a87a8
parent 3499 619ebebcb0cc
child 3501 17789bd642ec
*** empty log message ***
WinWorkstation.st
--- a/WinWorkstation.st	Sat Sep 15 16:45:51 2001 +0200
+++ b/WinWorkstation.st	Sat Sep 15 17:15:44 2001 +0200
@@ -12640,6 +12640,7 @@
 	    w_src = GlobalLock(hData);
 	    len = w_src ? wcslen(w_src) : 0;
 
+printf("wcslen = %d\n", len);
 	    /* see how much we really need (when CRLF is replaced by LF)
 	     * and if result is really Unicode ...
 	     */
@@ -13901,6 +13902,6 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.191 2001-09-15 14:45:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.192 2001-09-15 15:15:44 cg Exp $'
 ! !
 WinWorkstation initialize!