From a15f04aa685624af72dd3dfed1bb11d9c35c7d4b Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 2 Aug 2013 14:31:14 +0200 Subject: [PATCH] latest unpacker version --- tools/preview/unpack_hld.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/preview/unpack_hld.pl b/tools/preview/unpack_hld.pl index 3e53108..96b1bb6 100755 --- a/tools/preview/unpack_hld.pl +++ b/tools/preview/unpack_hld.pl @@ -460,6 +460,9 @@ sub analyzeData() { #Read end of frame marker without check $pos++; } + else { + #TODO: handling for frames with invalid status, but data. + } if($pos >= $RocEnd){ last SensLoop; } -- 2.43.0