From 29afe82e7912827ae1777049a34e04c3a1605eb0 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 24 Oct 2018 15:39:09 -0500 Subject: TRILAB-81 fix typo --- tools/src/h5import/h5import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/src/h5import/h5import.c b/tools/src/h5import/h5import.c index 3989c29..16c0d8c 100644 --- a/tools/src/h5import/h5import.c +++ b/tools/src/h5import/h5import.c @@ -1670,7 +1670,7 @@ static int processConfigurationFile(char *infile, struct Input *in) } else { /* Dimension */ icount++; - if (icount >+ MAX_NUM_DIMENSION) { + if (icount > MAX_NUM_DIMENSION) { (void) HDfprintf(stderr, "Invalid value for rank.\n"); goto error; } -- cgit v0.12