From 5ae8339d361041dcef6423b8c5abe165c40efedf Mon Sep 17 00:00:00 2001 From: Ingo Huerner Date: Wed, 18 Jun 2014 10:23:39 +0200 Subject: Fixed bug 229 --- src/persistence_client_library_data_organization.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/persistence_client_library_data_organization.h') 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) -- cgit v1.2.1