Posts: 2,628
Threads: 32
Joined: Apr 2007
Reputation:
0
What is the definition of 'GMT' ? Please show.
Posts: 704
Threads: 118
Joined: Sep 2010
Reputation:
0
#define GMT "L-TDM v1.2.7"
Posts: 2,628
Threads: 32
Joined: Apr 2007
Reputation:
0
You can't use define for strings - that's real bullshit.
Either make a global string variable and set it to a string before doing what you want, or just do as I said in the first post.
You're doin' it wrong
Posts: 2,628
Threads: 32
Joined: Apr 2007
Reputation:
0
Didn't work when I tried..
Then what did you change when it worked, as it's not working anymore.. ?