mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix error message (parsing weight here)
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
25b4fee655
commit
2feaf1e815
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ static void weight(char *buffer, void *_weight)
|
|||
}
|
||||
break;
|
||||
default:
|
||||
printf("Strange depth reading %s\n", buffer);
|
||||
printf("Strange weight reading %s\n", buffer);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue