updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / tome4 / profile.patch
blob4d7eb2929ad033df0eb9443d78d277c279935f9c
1 --- ../dummy/src/profile.c 2011-11-23 21:00:15.605263295 -0200
2 +++ src/profile.c 2011-11-23 21:00:51.724729177 -0200
3 @@ -207,7 +207,7 @@
4 profile->lock_oqueue = SDL_CreateMutex();
5 profile->wait_oqueue = SDL_CreateSemaphore(0);
7 - thread = SDL_CreateThread(thread_profile, profile);
8 + thread = SDL_CreateThread(thread_profile, "t_profile", profile);
9 if (thread == NULL) {
10 printf("Unable to create profile thread: %s\n", SDL_GetError());
11 return -1;