Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <001b01be9b23$b5bb3c60$227196c0@dodo.seaspace.com> From: "Scott Herndon" To: Subject: B20.1: ftime bug Date: Mon, 10 May 1999 13:28:48 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 ftime() is filling the time member of its argument with something other than the number of seconds since the epoch. time() returns a number close to 926367193 (which seems right) while the time member that ftime() populates is filled with a number like 2949164. gettimeofday() seems to return the same (wrong) value that ftime() does. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com