author | Max Kellermann <max@duempel.org> | |
Fri, 5 Dec 2008 08:33:54 +0000 (09:33 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 5 Dec 2008 08:33:54 +0000 (09:33 +0100) | ||
commit | 9b66deea6385f02628d1a57ae3fef292e8e490dd | |
tree | ac0b7b933b518e9037d7f9ce9bcc2b3ab0ccb744 | tree | snapshot |
parent | b9e428208440e53929b2b6f280b79da393eac0cb | commit | diff |
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.
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 | diff | blob | history |