]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Replace single-bit signed integers with unsigned integers
authorFlole998 <Flole998@users.noreply.github.com>
Sun, 18 Feb 2024 23:20:30 +0000 (23:20 +0000)
committerFlole998 <Flole998@users.noreply.github.com>
Mon, 19 Feb 2024 09:44:57 +0000 (10:44 +0100)
commit2b0b6a4c4c82adeaed9793f574e39247473c43e1
tree21762fe59151ff6699e60f6fb29723489b04b95e
parent15e1e3f08026e98047bc7d1ff50aeb306f797234
Replace single-bit signed integers with unsigned integers

Single bit signed integers contain a single sign-byte and zero value
bytes according to the C99 standard. This is not inteded here.
src/http.h