mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix up dive number naming
Use "dive->number" instead of "dive->nr". And make the XML match too. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9580109406
commit
1cc62d5811
4 changed files with 7 additions and 8 deletions
2
dive.h
2
dive.h
|
|
@ -128,7 +128,7 @@ struct sample {
|
|||
#define MAX_CYLINDERS (8)
|
||||
|
||||
struct dive {
|
||||
int nr;
|
||||
int number;
|
||||
time_t when;
|
||||
char *location;
|
||||
char *notes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue