X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=playlist.c;h=13c2940428fb6720b32e4653207d5df0554c41f0;hp=2d2f23b4eb9c6df6b2d9ff9157a9716f09c1fcc6;hb=d0d27cfa56d05eaa0e5567c75adfe606eab2957e;hpb=9417eae5ca2b9f10d25f769221e8fd91048bc68a diff --git a/playlist.c b/playlist.c index 2d2f23b4..13c29404 100644 --- a/playlist.c +++ b/playlist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Andre Noll + * Copyright (C) 2007-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -131,7 +131,7 @@ static int check_playlist(struct osl_row *row, void *data) void playlist_check_callback(int fd, __a_unused const struct osl_object *query) { struct para_buffer pb = { - .max_size = SHMMAX, + .max_size = shm_get_shmmax(), .private_data = &fd, .max_size_handler = pass_buffer_as_shm };