mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
--- Network.cpp.orig Sun Aug 17 13:43:03 2003
|
|
+++ Network.cpp Fri Dec 6 20:49:25 2013
|
|
@@ -169,7 +169,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;
|
|
|