Mushrooms
Results
1
issues of
Mushrooms
``` SDL.Log.Put ("foo"); SDL.Log.Put_Debug ("bar"); ``` ...outputs the following for me on Win 7 64-bit: ``` INFO: foo DEBUG: ``` The "bar" is missing. Gdb reveals the string is not...