mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
divelog > dive log
This commit is contained in:
parent
f24e0ba5ec
commit
9dccf50396
2 changed files with 17 additions and 17 deletions
|
@ -150,7 +150,7 @@ static dtrakheader read_file_header(FILE *archivo)
|
|||
return fileheader;
|
||||
}
|
||||
if (two_bytes_to_int(lector[0], lector[1]) != 0xA100) {
|
||||
report_error(translate("gettextFromC", "Error: the file does not appear to be a DATATRAK divelog"));
|
||||
report_error(translate("gettextFromC", "Error: the file does not appear to be a DATATRAK dive log"));
|
||||
free(lector);
|
||||
return fileheader;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue