Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EricvanderVelde committed Sep 17, 2024
1 parent d4f9742 commit 9c43d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/N2kMsg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ double GetBuf3ByteDouble(double precision, int &index, const unsigned char *buf,
}

//*****************************************************************************
double GetBuf3ByteUouble(double precision, int &index, const unsigned char *buf, double def) {
double GetBuf3ByteUDouble(double precision, int &index, const unsigned char *buf, double def) {
int32_t vl = GetBuf<int32_t>(3, index, buf);
if (vl==0x00ffffff) return def;

Expand Down

0 comments on commit 9c43d60

Please sign in to comment.