X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoom-benchmark.c;h=a91aef9061e76bfa878b47782c5ef94f478ada0a;hp=589c7df224a2acee881574cf66b9b99ecc34c62c;hb=a041518cb98067d3f7c7130258b09de83cde8821;hpb=df4b0f88de7de6ffcba31c26a0f0c94a15cbf2f8 diff --git a/zoom/zoom-benchmark.c b/zoom/zoom-benchmark.c index 589c7df..a91aef9 100644 --- a/zoom/zoom-benchmark.c +++ b/zoom/zoom-benchmark.c @@ -15,10 +15,10 @@ /* naming events */ -static char* zoom_events[10]; +static char* zoom_events[ZOOM_EVENT_MAX+1]; /* re-sorting event numbers to progress numbers */ -static int zoom_progress[10]; +static int zoom_progress[ZOOM_EVENT_MAX+1]; /* commando line parameters */ static struct parameters_t {