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:
Linus Torvalds 2011-09-11 11:36:33 -07:00
parent 9580109406
commit 1cc62d5811
4 changed files with 7 additions and 8 deletions

2
dive.h
View file

@ -128,7 +128,7 @@ struct sample {
#define MAX_CYLINDERS (8)
struct dive {
int nr;
int number;
time_t when;
char *location;
char *notes;