X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.c;h=4eb1d38b5e33e60f92e502a0f0f313ebf13a7100;hb=18c9024957df2892adb21cd851cb7a27b9502d54;hp=aa7c6a2d4bd0df656d53ce8d3eeb592ce326f73f;hpb=5cd55bddca592918f38deff675d05b650a71412e;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()