mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Import dive number from DL7 log
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
5b5cab2905
commit
40cc0b0e4b
2 changed files with 15 additions and 6 deletions
|
@ -926,7 +926,7 @@ void DiveLogImportDialog::on_buttonBox_accepted()
|
|||
|
||||
parse_manual_file(fileNames[i].toUtf8().data(), params, pnr - 1);
|
||||
} else {
|
||||
char *params[49];
|
||||
char *params[51];
|
||||
int pnr = 0;
|
||||
|
||||
QRegExp apdRe("^.*[/\\][0-9a-zA-Z]*_([0-9]{6})_([0-9]{6})\\.apd");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue