X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomtst11.c;h=89cea5ad9c9203da2e9ea4e8dcf47c84bf82f2bb;hp=40bca1bf906d93e1435ee76c9cf36eac0f8a2c56;hb=d84e4c3cd444d04aee7beeadb5bb0ae061ee24c9;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0 diff --git a/zoom/zoomtst11.c b/zoom/zoomtst11.c index 40bca1b..89cea5a 100644 --- a/zoom/zoomtst11.c +++ b/zoom/zoomtst11.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ @@ -90,7 +90,7 @@ int main(int argc, char **argv) if (idle) { ZOOM_connection_connect(z, 0, 0); /* allow reconnect */ - + if (++use <= 10) { probe_search(z, use, use&1); @@ -105,6 +105,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab