X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gamelist.c;h=9cb3a581704747d209874c9164efcf5c0eb2a592;hb=11853992ab85732d1ed848a2d3891f4ab4355c8e;hp=188fdf6c95a87f65e4187f51663347eab49895b2;hpb=addbeb5c3f834a2907bd0d4ead742574108bae58;p=xboard.git diff --git a/gamelist.c b/gamelist.c index 188fdf6..9cb3a58 100644 --- a/gamelist.c +++ b/gamelist.c @@ -217,10 +217,9 @@ int GameListBuild(f) int error, scratch=100, plyNr=0, fromX, fromY, toX, toY; int offset; char lastComment[MSG_SIZ], buf[MSG_SIZ]; -struct { - long sec; /* Assuming this is >= 32 bits */ - int ms; /* Assuming this is >= 16 bits */ -} t,t2; GetTimeMark(&t); + TimeMark t, t2; + + GetTimeMark(&t); GameListFree(&gameList); yynewfile(f); gameNumber = 0;