rsx: fix reading zipped captures

This commit is contained in:
Megamouse 2023-11-09 22:31:55 +01:00 committed by Elad Ashkenazi
parent 840455b872
commit 06bdaf1fb1
3 changed files with 7 additions and 4 deletions

View file

@ -453,7 +453,7 @@ namespace utils
const usz end_pos = pos + sizeof(T);
const usz size = get_size(end_pos);
using type = std::remove_const_t<T>;
using type = std::remove_const_t<T>;
if (size >= end_pos)
{