- API: compile fix

svn path=/trunk/boinc/; revision=15202
This commit is contained in:
David Anderson 2008-05-14 20:30:56 +00:00
parent 3502a81f95
commit 5a9d11898b
2 changed files with 10 additions and 4 deletions

View File

@ -59,7 +59,7 @@ void* boinc_graphics_make_shmem(char* prog_name, int size) {
char shmem_name[256];
void* p;
get_shmem_name(prog_name, shmem_name);
shmem_handle = create_shmem(shmem_name, size, &p, false);
shmem_handle = create_shmem(shmem_name, size, &p);
if (shmem_handle == NULL) return 0;
return p;
#else

View File

@ -3977,3 +3977,9 @@ Rom May 14 2008
/
configure.ac
version.h
David May 13 2008
- API: compile fix
api/
graphics2_util.C