#
# $Log: client.tcl,v $
-# Revision 1.6 1995-03-15 19:10:20 adam
+# Revision 1.7 1995-03-16 17:54:03 adam
+# Minor changes really.
+#
+# Revision 1.6 1995/03/15 19:10:20 adam
# Database setup in protocol-setup (rather target setup).
#
# Revision 1.5 1995/03/15 13:59:23 adam
set hotInfo {}
set busy 0
-set profile(Default) {{} {} 16384 8192 tcpip {books names} }
+set profile(Default) {{} {} 16384 8192 tcpip {books names demo} }
set hostname Default
wm minsize . 360 200
pack $w.bot -fill both
text $w.top.record -width 60 -height 10 \
- -yscrollcommand "$w.top.s set"
- scrollbar $w.top.s -command "$w.top.record yview"
+ -yscrollcommand [list $w.top.s set]
+ scrollbar $w.top.s -command [list $w.top.record yview]
set new 1
}
* (c) Index Data 1995
*
* $Log: ir-tcl.c,v $
- * Revision 1.10 1995-03-15 16:14:50 adam
+ * Revision 1.11 1995-03-16 17:54:03 adam
+ * Minor changes really.
+ *
+ * Revision 1.10 1995/03/15 16:14:50 adam
* Blocking arg in cs_create changed.
*
* Revision 1.9 1995/03/15 13:59:24 adam
{ 0, "protocolVersion", do_protocolVersion },
{ 0, "options", do_options },
{ 1, "preferredMessageSize", do_preferredMessageSize },
- { 1, "maximumRecordSize", do_maximumRecordSize },
+ { 1, "maximumRecordSize", do_maximumRecordSize },
{ 1, "implementationName", do_implementationName },
{ 1, "implementationId", do_implementationId },
{ 1, "idAuthentication", do_idAuthentication },
ir_select_remove (cs_fileno (p->cs_link), p);
return;
}
+ if (r == 1)
+ return ;
odr_setbuf (p->odr_in, p->buf_in, r);
printf ("cs_get ok, got %d\n", r);
if (!z_APDU (p->odr_in, &apdu, 0))