From 1cc62d581158d52252f2ad7ef076811129510141 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sun, 11 Sep 2011 11:36:33 -0700 Subject: Fix up dive number naming Use "dive->number" instead of "dive->nr". And make the XML match too. Signed-off-by: Linus Torvalds --- dive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dive.h') 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; -- cgit v1.2.3-70-g09d2