mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 17:03:24 +00:00
Explicitly mark DM4 conversion
Same as default branch, but as 0x01 appears to be converted from DM4 to DM5, let's just be explicit about it. Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
06a2f36a62
commit
e04dadc378
1 changed files with 4 additions and 0 deletions
|
@ -440,6 +440,10 @@ extern int dm5_dive(void *param, int columns, char **data, char **column)
|
|||
|
||||
if (sampleBlob) {
|
||||
switch (sampleBlob[0]) {
|
||||
case 1:
|
||||
// Log is converted from DM4 to DM5
|
||||
block_size = 16;
|
||||
break;
|
||||
case 2:
|
||||
block_size = 19;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue