X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.c;h=4eb1d38b5e33e60f92e502a0f0f313ebf13a7100;hb=c3fb2ac54aba3f1cab85e2e73552d5ab14bd4e9c;hp=aa7c6a2d4bd0df656d53ce8d3eeb592ce326f73f;hpb=bf1467b590e28b4dc641a3c753ce728b90d42081;p=xboard.git diff --git a/xgamelist.c b/xgamelist.c index aa7c6a2..4eb1d38 100644 --- a/xgamelist.c +++ b/xgamelist.c @@ -643,6 +643,7 @@ void GLT_AddToList(char *name) Boolean GLT_GetFromList(int index, char *name) { strcpy(name, strings[index]); + return TRUE; } void GLT_DeSelectList()