aws / lumberyard

Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.
Other
2.02k stars 540 forks source link

Replacing pointer comparing to comparing string content #496

Closed CDufour909 closed 4 years ago

CDufour909 commented 4 years ago

This fix allows AzPrintF and AzTracePrintf macros to write to log files (Editor.log and game.log) when window is set to "Default"

I think that is was was intended but never worked.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

AMZN-alexpete commented 4 years ago

Thanks for the fix @CDufour909, good catch, we'll take a look!

AMZN-nggieber commented 4 years ago

@CDufour909 Thank you, we accepted this change. It should be available in a coming release! We made one change to do a case sensitive strcmp instead of _stricmp.