aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-08-16 12:48:29 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-08-16 12:51:32 -0700
commitf6dfb0094cf095241377fae52ed02247cf3d03f5 (patch)
tree387b29f58f15d8056a3b715d7747e891ab887fad /profile.c
parent673cf274f8841686019827ff0f7c81d0f04f813b (diff)
downloadsubsurface-f6dfb0094cf095241377fae52ed02247cf3d03f5.tar.gz
Fix right click edit in Dive Notes area for multiple dives
This fixes the bug that triggered the SIGSEGV that Linus worked around earlier. I had forgotten to update this call path to the edit_multi_dive_info function. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.c b/profile.c
index 137ed6f88..7a0eac497 100644
--- a/profile.c
+++ b/profile.c
@@ -14,6 +14,7 @@
#include "color.h"
int selected_dive = 0;
+int *selectiontracker;
typedef enum { STABLE, SLOW, MODERATE, FAST, CRAZY } velocity_t;