Skip to content

Commit

Permalink
Fixed Issue #19
Browse files Browse the repository at this point in the history
Verbose signatures fail despite working with sequence of bytes.
  • Loading branch information
gir489 committed Nov 21, 2018
1 parent b5b13f9 commit c40b21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SigMaker/Search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void ShowSearchDialog( const char* pszSignature, const char* pszMask )
"Test Sig\n"
"\n"
"\n"
" <Signature:A5:100:100::>\n"
" <Signature:A5:300:300::>\n"
" <Mask:A6:100:100::>\n"
"\n";

Expand Down Expand Up @@ -131,7 +131,7 @@ void ShowSearchWindow( void )
"Test Sig\n"
"\n"
"\n"
" <Signature:A5:100:100::>\n"
" <Signature:A5:200:200::>\n"
"\n";

qstring strSig;
Expand Down

0 comments on commit c40b21a

Please sign in to comment.