X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.c;h=95ce188a9a689d45f86aba6a551ba7385cc15c5f;hb=11853992ab85732d1ed848a2d3891f4ab4355c8e;hp=9784bf7ae00f666db1a8bf338b31a2bcec282c8a;hpb=addbeb5c3f834a2907bd0d4ead742574108bae58;p=xboard.git diff --git a/xgamelist.c b/xgamelist.c index 9784bf7..95ce188 100644 --- a/xgamelist.c +++ b/xgamelist.c @@ -335,11 +335,9 @@ GameListPrepare(int byPos) int nstrings; ListGame *lg; char **st, *line; -struct { - long sec; /* Assuming this is >= 32 bits */ - int ms; /* Assuming this is >= 16 bits */ -} t,t2; GetTimeMark(&t); + TimeMark t, t2; + GetTimeMark(&t); if(st = glc->strings) while(*st) free(*st++); nstrings = ((ListGame *) gameList.tailPred)->number; glc->strings = (char **) malloc((nstrings + 1) * sizeof(char *));