Skip to content

Commit

Permalink
Fixed Generate Code Signature not opening if null selection made.
Browse files Browse the repository at this point in the history
  • Loading branch information
poopfart77 committed Dec 26, 2021
1 parent 807cffd commit c911553
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SigMaker/Search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ void ShowSearchDialog( void )
}
}

if (strSig.length( ) < 3)
return;

IDAToCode( strSig, strSigCode, szMask );

qstrncpy( szSignature, strSigCode.c_str( ), sizeof( szSignature ) );
Expand Down

0 comments on commit c911553

Please sign in to comment.