GetCurThreadName -> GetCurrentThreadName

This commit is contained in:
Chris Danford
2007-02-23 22:02:26 +00:00
parent 74cc43ad46
commit 808a5d2b2c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ void RunChild()
WriteToChild( hToStdin, buf, iSize );
/* 6. Write the crashed thread's name. */
p = RageThread::GetCurThreadName();
p = RageThread::GetCurrentThreadName();
iSize = strlen( p )+1;
WriteToChild( hToStdin, &iSize, sizeof(iSize) );
WriteToChild( hToStdin, p, iSize );