Code

sreen_play: fixed the g_completion_set_compare() callback type
authorMax Kellermann <max@duempel.org>
Fri, 5 Dec 2008 08:33:54 +0000 (09:33 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 5 Dec 2008 08:33:54 +0000 (09:33 +0100)
commit9b66deea6385f02628d1a57ae3fef292e8e490dd
treeac0b7b933b518e9037d7f9ce9bcc2b3ab0ccb744
parentb9e428208440e53929b2b6f280b79da393eac0cb
sreen_play: fixed the g_completion_set_compare() callback type

Passing strncmp to g_completion_set_compare() is incorrect, because
the type of the third parameter (n) differs.  This patch adds a
wrapper function with the correct type.
src/screen_play.c