Not necesary for OC as this is the default.

Signed-off-by: Salvador Cuñat <salvador.cu...@gmail.com>
---
 datatrak.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/datatrak.c b/datatrak.c
index fc46ff4..2544eed 100644
--- a/datatrak.c
+++ b/datatrak.c
@@ -404,6 +404,7 @@ static struct dive dt_dive_parser(FILE *archivo, struct 
dive *dt_dive)
        if (byte[1] != 0) {
                taglist_add_tag(&dt_dive->tag_list, strdup("rebreather"));
                is_SCR = 1;
+               dt_dive->dc.divemode = PSCR;
        }
 
        /*
-- 
2.1.4

_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to