[DEV] add return in Ios Log
This commit is contained in:
parent
31f670a70b
commit
e730ba434e
@ -153,8 +153,7 @@ void etk::CCout::setOutputFile(bool _enable) {
|
||||
etk::CCout::CCout(void) :
|
||||
m_enableColor(true),
|
||||
m_outputFile(NULL) {
|
||||
#if ( defined(__TARGET_OS__Windows) \
|
||||
|| defined(__TARGET_OS__IOs))
|
||||
#if (defined(__TARGET_OS__Windows))
|
||||
m_enableColor = false;
|
||||
#endif
|
||||
#if defined(__TARGET_OS__Android)
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <etk/StreamIOs.h>
|
||||
|
||||
void iosNSLog(const char * _value) {
|
||||
NSLog(@"%s", _value);
|
||||
NSLog(@"\r%s", _value);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user