diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-08-04 00:13:58 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-08-04 00:13:58 +0200 |
commit | cb4ade7710f6fa171130edeeabfa2db2fb1c526b (patch) | |
tree | 0c254c52dcc537c0ffef2de27566d2098e3c511b /CHANGELOG.md | |
parent | 1eb04b8496dcdf626f8d4651f66955a0ea7c1102 (diff) | |
download | evtclib-cb4ade7710f6fa171130edeeabfa2db2fb1c526b.tar.gz evtclib-cb4ade7710f6fa171130edeeabfa2db2fb1c526b.tar.bz2 evtclib-cb4ade7710f6fa171130edeeabfa2db2fb1c526b.zip |
fix endianness for CBTS_ERROR
Otherwise the text will be garbled (reversed and probably cut short).
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c0124..c7c6b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## Unreleased +### Fixed +- Fixed the conversion from `CBTS_ERROR` to `EventKind::Error` not having the + correct text. ## 0.4.0 - 2020-07-24 ### Added |