Changes between Version 1 and Version 2 of Ticket #10814, comment 17


Ignore:
Timestamp:
Nov 22, 2018, 5:50:52 PM (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10814, comment 17

    v1 v2  
    99> it wasn't there to BE a condition, just something to run.
    1010
    11 Hm. I can't say what QFG4 is expecting from the call. Technically all the OR does is guarantee a non-zero result. So SetNowSeen() could get away with returning a bool, an object address, or void (defacto object, with the call's obj param left unmodified in acc). They'd all be forced to evaluate as true and not abandon the if block.
     11Hm. I can't say what QFG4 is expecting from the call. Technically all the OR does is guarantee a non-zero result. So SetNowSeen() could get away with returning a bool, an object address, or void (de facto object, with the call's obj param left unmodified in acc). They'd all be forced to evaluate as true and not abandon the if block.