>FromYourCode();

Source code quote in C++289

 24 June, 2016 at 01:30
            if(1==1)
            {
                if((rc == 0) && (gbl_type == PROCESS_TYPE_DOC))
                {
                    config.Document("predoc.htm");
                }
                else if((rc == 0) && (gbl_type != PROCESS_TYPE_CHECK))
                {
                    files.SetConfig(config, gbl_type, gbl_suppress_delete);
                }
                else if(gbl_type != PROCESS_TYPE_CLOSE)
                {
                    LogMessage("\n:::NORMAL:CHECK COMPLETE\n");
                }
            }

Check similar quotes

Share this quote