From 4937b35e01980eb34efa15403b77eba7ae8e9e14 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 13 Jul 2005 22:32:54 -0500 Subject: [svn-r11072] Purpose: Bug fix Description: Initialize "use_gpfs" variable. Platforms tested: None - just eyeballed it. --- testpar/t_span_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c index e316ecc..dce78e9 100644 --- a/testpar/t_span_tree.c +++ b/testpar/t_span_tree.c @@ -579,7 +579,7 @@ void coll_read_test(int chunk_factor) hid_t acc_plist,xfer_plist; hid_t file, dataseti; /* File and dataset identifiers */ hid_t mspaceid, fspaceid1; /* Dataspace identifiers */ - hbool_t use_gpfs; + hbool_t use_gpfs = FALSE; /* Dimension sizes of the dataset (on disk) */ hsize_t mdim[] = {MSPACE_DIM1, MSPACE_DIM2}; /* Dimension sizes of the -- cgit v0.12