openbsd-ports/games/csmash/patches/patch-Network_cpp

12 lines
361 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Network_cpp,v 1.1.1.1 2008/07/06 20:43:20 jdixon Exp $
--- Network.cpp.orig Sun Aug 17 07:43:03 2003
+++ Network.cpp Fri Jul 4 22:09:25 2008
@@ -169,7 +171,6 @@ ReadTime( int sd, struct timeb* tb ) {
char *b = buf;
long millitm;
- b = ReadLong( b, tb->time );
b = ReadLong( b, millitm );
tb->millitm = (unsigned short)millitm;