mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Oddly, finishing a sample doesn't require a sample
So let's not pass it around Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
854391419f
commit
1d6903c65a
5 changed files with 6 additions and 6 deletions
|
@ -1104,7 +1104,7 @@ static void sample_end(void)
|
|||
if (!dive)
|
||||
return;
|
||||
|
||||
finish_sample(dive, sample);
|
||||
finish_sample(dive);
|
||||
sample = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue