aboutsummaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-11 11:36:33 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-11 15:49:17 -0700
commit1cc62d581158d52252f2ad7ef076811129510141 (patch)
treec549323d6d24783ae8f3ba4f7cd7fc3b868a24db /dive.h
parent9580109406f79698b570e917c21b8844f9de34b5 (diff)
downloadsubsurface-1cc62d581158d52252f2ad7ef076811129510141.tar.gz
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>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 3b5e5abd7..3ed233ddb 100644
--- a/dive.h
+++ b/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;