Reply to Maximum line length?
If you don't have an account, just leave the password field blank.
Having spent ages debugging why on earth my global variable was not working, I moved the comment in main.c on the same line as the make_global_int() to the next line down.
Tada! It works.
But why? Is there a max line length I don't know about? The total length was 129 chars. It works just fine with a shorter comment, so it's not the fact that it's on the same line that's the problem.
FreeDink version Idontknowprobablyquiteold
Tada! It works.
But why? Is there a max line length I don't know about? The total length was 129 chars. It works just fine with a shorter comment, so it's not the fact that it's on the same line that's the problem.
FreeDink version Idontknowprobablyquiteold