1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Portability fixes

This commit is contained in:
monty@hundin.mysql.fi
2001-08-30 10:51:36 +03:00
parent 3fb423fe39
commit 6000cd213a
3 changed files with 5 additions and 5 deletions

View File

@@ -1365,7 +1365,7 @@ uint _line_)
#ifdef THREAD
(void) fprintf (_db_fp_, "%-7s: ", my_thread_name());
#else
(void) fprintf (_db_fp_, "%5d: ", getpid ());
(void) fprintf (_db_fp_, "%5d: ", (int) getpid ());
#endif
}
if (stack -> flags & NUMBER_ON) {