X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcharconv.tcl;h=95a18a3a74069a37e4c8539b585650f29ed859ba;hb=c584380ce880fe0e0ba036f476f8a037763eac21;hp=2d946d052675460aca3b1b406c4b20a23272fef4;hpb=30d210952d2f8b305f9f79e637a4db53dcf0873c;p=yaz-moved-to-github.git diff --git a/src/charconv.tcl b/src/charconv.tcl index 2d946d0..95a18a3 100755 --- a/src/charconv.tcl +++ b/src/charconv.tcl @@ -2,7 +2,7 @@ # the next line restats using tclsh \ exec tclsh "$0" "$@" # -# $Id: charconv.tcl,v 1.8 2005-03-16 21:26:37 adam Exp $ +# $Id: charconv.tcl,v 1.10 2005-11-09 17:48:11 adam Exp $ proc usage {} { puts {charconv.tcl: [-p prefix] [-s split] [-o ofile] file ... } @@ -22,7 +22,7 @@ proc preamble_trie {ofilehandle} { $totype to : 24; }; struct yaz_iconv_trie_dir { - short ptr : 15; + int ptr : 15; unsigned combining : 1; $totype to : 24; }; @@ -249,7 +249,6 @@ proc dump_trie {ofilehandle} { if (!code) { *no_read = 1; - code = *inp; } return code; }