X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.c;h=4eb1d38b5e33e60f92e502a0f0f313ebf13a7100;hb=d3e72e265a417fa9dcbc0e040184b93df99cd894;hp=c23bf6faf0c407ef65a96a0d8a72938f45580ada;hpb=8e2285c90cf5a1230fdf8fde9640c5a0ea67f0c4;p=xboard.git diff --git a/xgamelist.c b/xgamelist.c index c23bf6f..4eb1d38 100644 --- a/xgamelist.c +++ b/xgamelist.c @@ -1,7 +1,7 @@ /* * xgamelist.c -- Game list window, part of X front end for XBoard * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -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()