From 80c6809e428f8c97611821e69afa085e9bd6f535 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 16 Oct 2020 12:43:46 +0300 Subject: [PATCH] test fix --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 96806c39..0496406a 100644 --- a/main.cpp +++ b/main.cpp @@ -73,8 +73,9 @@ int main() { // TypeHelper th; // th.regtype(); MM m; + memset(&m, 0xAC, sizeof(MM)); PIVector vm; - vm << m;; + vm << m; ba << m; piCout << ba.toHex(); ba.clear();