#1 2016-09-28 10:44:54

RaXaR
Member

Small Logic error in main()

Hi I found a small logic error in main.cpp. It's nothing major but thought I'd post it anyway.

main.cpp:
Line: 1022
Line: 1027
Line: 1039

Issue: The logoutf() method is called before a log has been set.
The log file seems to be only set when the -g argument is processed, therefore all calls to logoutf() before that doesn't do anything.

Cheers.

Offline

#2 2016-09-28 18:01:58

eihrul
Administrator

Re: Small Logic error in main()

Fixed.

Offline

Board footer