Ignore:
Timestamp:
Nov 30, 2022, 12:30:47 PM (17 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r9925 r9926  
    544544      }
    545545    }
    546     cout << eph->prn().toString().c_str() << " checkstate: " << eph->checkState() << endl;
     546    if (eph) {    cout << eph->prn().toString().c_str() << " checkstate: " << eph->checkState() << endl;}
    547547    if (eph &&
    548548        !outDatedBcep(eph)                    &&  // detected from storage because of no update
Note: See TracChangeset for help on using the changeset viewer.