diff options
author | Chris Robinson <[email protected]> | 2013-05-22 03:02:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-05-22 03:02:39 -0700 |
commit | cdbb0722f642faa9f8d6e64f552a1e620f2b023e (patch) | |
tree | 2df1d340e6a4db555830721c99738e2773be3737 /CMakeLists.txt | |
parent | 2eb8a520d434f002928798fe2e08a6ff173dfa01 (diff) |
Avoid using a temp buffer for al_print
It's now using two *printf calls, which unfortuantely means there could be a
race between the two and cause the message to break up if something else tries
to print to the same file. This shouldn't really be a big deal since al_print
isn't used that often, and it now allows for lines of practically unlimited
length.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions