From 93c91945045b738fb098403228d91bce40b469f7 Mon Sep 17 00:00:00 2001 From: Max Lingua Date: Mon, 13 Jul 2009 00:55:30 +0000 Subject: Reverted my previous change (fprintf vs fputs), and properly implemented fputs for stderr case on PS2 ;-) svn-id: r42433 --- common/util.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common') diff --git a/common/util.cpp b/common/util.cpp index 5f5e31aa93..e99bbeb12d 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -477,11 +477,7 @@ void NORETURN error(const char *s, ...) { // Print the error message to stderr -#ifndef __PLAYSTATION2__ fputs(buf_output, stderr); -#else - fprintf(stderr, "%s", buf_output); -#endif // Unless this error -originated- within the debugger itself, we // now invoke the debugger, if available / supported. -- cgit v1.2.3