diff Discovery/Src/logbook.c @ 226:2ae6440cb8d6

Merged in janlmulder/ostc4/div-fixes-3 (pull request #13) 3 bug fixes and some cleanup.
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Mon, 01 Apr 2019 19:19:04 +0000
parents 2bb1db22b5f5
children 6e78137952af
line wrap: on
line diff
--- a/Discovery/Src/logbook.c	Mon Apr 01 09:01:09 2019 +0000
+++ b/Discovery/Src/logbook.c	Mon Apr 01 19:19:04 2019 +0000
@@ -1342,6 +1342,7 @@
 static void logbook_SetCompartmentDesaturation(void)
 {
 	const SDiveState * pStateReal = stateRealGetPointer();
+	SLifeData2 secondaryInformation  = { 0 };
 
 	decom_tissues_desaturation_time(&pStateReal->lifeData, &secondaryInformation);
 	for(int i=0;i<16;i++)