Tag: ifdef
-
Silly C errors in gjay
I have been working on Gjay to add support for http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki where I had what initially looked like a strange problem. When WITH_MPDCLIENT was defined, the program would crash in all sorts of weird places when the main program structure had this: But would work fine when it was: I tried changing the structure to…