Re: [PATCH 4/6] Create gaschange events from Poseidon MkVI logs

2014-11-20 Thread Anton Lundin
On 20 November, 2014 - Dirk Hohndel wrote: On Thu, Nov 20, 2014 at 07:30:20AM +0100, Anton Lundin wrote: @@ -658,6 +662,14 @@ int parse_txt_file(const char *filename, const char *csv) case 39:

Re: [PATCH 4/6] Create gaschange events from Poseidon MkVI logs

2014-11-20 Thread Dirk Hohndel
On Thu, Nov 20, 2014 at 05:02:10PM +0100, Anton Lundin wrote: Probably due to me wring enough low-lever bit magic lately against dive computers to have that show up in my head as a wise choice =) Bad sign. You should seek professional help... :-) I can roll a patch later tonight cleaning that

[PATCH 4/6] Create gaschange events from Poseidon MkVI logs

2014-11-19 Thread Anton Lundin
This is based on the great work done by Søren Reinke's on his MKVI Logfile Analyzer. Signed-off-by: Anton Lundin gla...@acc.umu.se --- file.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/file.c b/file.c index 8541427..f9475b7 100644 --- a/file.c +++ b/file.c @@ -11,6