mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
We don't really need a long to count the dive sites
At least I hope not. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
de586331b2
commit
c897b857fb
1 changed files with 1 additions and 1 deletions
|
@ -1217,7 +1217,7 @@ static void gps_in_dive(char *buffer, struct dive *dive)
|
||||||
|
|
||||||
static void add_dive_site(char *ds_name, struct dive *dive)
|
static void add_dive_site(char *ds_name, struct dive *dive)
|
||||||
{
|
{
|
||||||
static long suffix = 1;
|
static int suffix = 1;
|
||||||
char *buffer = ds_name;
|
char *buffer = ds_name;
|
||||||
fprintf(stderr, "add_dive_site with name %s\n", buffer);
|
fprintf(stderr, "add_dive_site with name %s\n", buffer);
|
||||||
int size = trimspace(buffer);
|
int size = trimspace(buffer);
|
||||||
|
|
Loading…
Add table
Reference in a new issue