From 1eedd5b7504b467c9a8cf2e1b0cb86702e573747 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 10 Mar 2011 08:27:29 -0500 Subject: [svn-r20222] Correct mistake by declaring indexing variable removed from for at top of function. --- tools/lib/h5tools.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c index ab7b017..eb37fac 100644 --- a/tools/lib/h5tools.c +++ b/tools/lib/h5tools.c @@ -633,6 +633,7 @@ h5tools_ncols(const char *s) htri_t H5Tdetect_vlen_str(hid_t tid) { + int i = 0; int n = 0; htri_t has_vlen_str = FALSE; H5T_class_t tclass = -1; -- cgit v0.12