mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
You can not stuff 60 seconds in 5 bits.
svn path=/trunk/; revision=10247
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include <k32.h>
|
||||
|
||||
#include "wine/config.h"
|
||||
#include "wine/port.h"
|
||||
//#include "wine/port.h"
|
||||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $Id: time.c,v 1.27 2004/06/13 20:04:56 navaraf Exp $
|
||||
/* $Id: time.c,v 1.28 2004/07/22 06:07:02 jimtabor Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
@@ -66,7 +66,7 @@ FileTimeToDosDateTime(
|
||||
&SystemTime
|
||||
);
|
||||
|
||||
pdtime->Second = SystemTime.wSecond;
|
||||
pdtime->Second = SystemTime.wSecond / 2;
|
||||
pdtime->Minute = SystemTime.wMinute;
|
||||
pdtime->Hour = SystemTime.wHour;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user