11.03.2014, 13:27
Compile with the -d3 flag for more debug info (line number specifically).
Also you should really refrain from having multiple statements on lines. It looks extremely cluttered and is difficult to read.
Also that ternary operator line seems to not do anything (both result from the condition do the same thing).
Also you should really refrain from having multiple statements on lines. It looks extremely cluttered and is difficult to read.
Also that ternary operator line seems to not do anything (both result from the condition do the same thing).