X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=08194f6a91caceec9692934b97fb1be67507e7bc;hb=5c6aa56ff1fcf4b92b0bc56792a82e1ef609ea60;hp=2d03ee7cd7d0db4c364ed51a9a1fd1cee37e2c94;hpb=09174367294c399265954a9e2770427e5ee251ba;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 2d03ee7..08194f6 100644 --- a/dive.h +++ b/dive.h @@ -108,10 +108,9 @@ struct sample { int cylinderindex; }; -#define MAX_CYLINDERS (4) +#define MAX_CYLINDERS (8) struct dive { - const char *name; time_t when; char *location; char *notes;