summaryrefslogtreecommitdiffstats
path: root/tools/src/h5import
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-10-24 20:39:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-10-24 20:39:09 (GMT)
commit29afe82e7912827ae1777049a34e04c3a1605eb0 (patch)
tree7c5fe07242104c25bd3e64ff875363a6d20cd97d /tools/src/h5import
parentee54368066dd1a39b683689dd22e0e1f6eb11697 (diff)
downloadhdf5-29afe82e7912827ae1777049a34e04c3a1605eb0.zip
hdf5-29afe82e7912827ae1777049a34e04c3a1605eb0.tar.gz
hdf5-29afe82e7912827ae1777049a34e04c3a1605eb0.tar.bz2
TRILAB-81 fix typo
Diffstat (limited to 'tools/src/h5import')
-rw-r--r--tools/src/h5import/h5import.c2
1 files changed, 1 insertions, 1 deletions
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;
}