X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=index%2Fzebraapi.c;h=80d362ed39605a6339cd7f59e3bd795dd702f345;hb=c4b3b6322c32ee380e63ff06cabaad213952c195;hp=8c4633f076543c903ad73a4592d2b4842c6f6880;hpb=e5ba12655112ab17ee08e0d048cc5afae8e8c670;p=idzebra-moved-to-github.git diff --git a/index/zebraapi.c b/index/zebraapi.c index 8c4633f..80d362e 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -3,7 +3,10 @@ * All rights reserved. * * $Log: zebraapi.c,v $ - * Revision 1.31 2000-04-05 10:07:02 adam + * Revision 1.32 2000-04-19 14:35:59 adam + * WIN32 update (this version is known not to work on Windows). + * + * Revision 1.31 2000/04/05 10:07:02 adam * Minor zebra compile fix. * * Revision 1.30 2000/04/05 09:49:35 adam @@ -169,10 +172,7 @@ ZebraHandle zebra_open (ZebraService zs) assert (zs); if (zs->stop_flag) - { - zh->errCode = 1019; return 0; - } zh = (ZebraHandle) xmalloc (sizeof(*zh));