commit | cb1fc735f05cd4ca992c5db97c3f0b4a3dec8ab5 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Jan 24 21:58:06 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 24 21:58:06 2000 +0000 |
tree | c31321f540318ec82cf32aa7fe1a4747b78f2804 | |
parent | 2646fb604782ce9de6a06a7eb5191d963bad8f94 [diff] [blame] |
Changed the server to return STATUS_* error codes.
diff --git a/server/trace.c b/server/trace.c index 7fc5eb6..f140afb 100644 --- a/server/trace.c +++ b/server/trace.c
@@ -1475,7 +1475,7 @@ void trace_reply( struct thread *thread ) { - fprintf( stderr, "%08x: %s() = %d", + fprintf( stderr, "%08x: %s() = %x", (unsigned int)thread, req_names[thread->last_req], thread->error ); if (reply_dumpers[thread->last_req]) {