Merge branch 'master' of ssh://review.rcs.uwaterloo.ca:77/source/castoros
This commit is contained in:
commit
1143dc1b3f
@ -201,6 +201,9 @@ again:
|
||||
|
||||
void consoleputc(int c,void* handle)
|
||||
{
|
||||
if (c == '\n') {
|
||||
Console_Putc('\r');
|
||||
}
|
||||
Console_Putc(c);
|
||||
}
|
||||
|
||||
@ -225,7 +228,5 @@ void Debug_Assert(const char *fmt, ...)
|
||||
va_end(ap);
|
||||
|
||||
Panic("");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user