cPlainKeyConstCw::cPlainKeyConstCw(bool Super)
:cHexKey(Super)
-{}
+{
+ freq=-1;
+}
bool cPlainKeyConstCw::Matches(const cEcmInfo *ecm)
{
cString cPlainKeyConstCw::PrintKeyNr(void)
{
- return cString::sprintf("%d:%c:%s:%d",freq,pol,*cSource::ToString(source),prgId);
+ return freq<0 ? "" : cString::sprintf("%d:%c:%s:%d",freq,pol,*cSource::ToString(source),prgId);
}
// -- cSystemConstCw ------------------------------------------------------------------