summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2014-06-18 10:23:39 +0200
committerIngo Huerner <ingo.huerner@xse.de>2014-06-18 10:23:39 +0200
commit5ae8339d361041dcef6423b8c5abe165c40efedf (patch)
tree769c8fb406e60a10d213b81780866f19663e42cf
parent10c0a605c80a13da5c721b11455ce5d83bc2718b (diff)
downloadpersistence-client-library-5ae8339d361041dcef6423b8c5abe165c40efedf.tar.gz
Fixed bug 229
-rw-r--r--src/persistence_client_library_data_organization.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/persistence_client_library_data_organization.h b/src/persistence_client_library_data_organization.h
index 4e47b84..fd96d00 100644
--- a/src/persistence_client_library_data_organization.h
+++ b/src/persistence_client_library_data_organization.h
@@ -99,7 +99,7 @@ enum _PersistenceConstantDef
PCLnotInitialized = 0, /// indication if PCL is not initialized
PCLinitialized = 1, /// indication if PCL is initialized
- FileClosed = 0, /// flag to identify if file will be closed
+ FileClosed = 1, /// flag to identify if file will be closed
FileOpen = 1, /// flag to identify if file has been opend
Shutdown_Partial = 0, /// make partial Shutdown (close but not free everything)