Author: tkreuzer
Date: Mon Dec 15 06:26:16 2008
New Revision: 38104
URL:
http://svn.reactos.org/svn/reactos?rev=38104&view=rev
Log:
fix a typo
Modified:
trunk/reactos/include/crt/sys/utime.h
Modified: trunk/reactos/include/crt/sys/utime.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/crt/sys/utime.h?re…
==============================================================================
--- trunk/reactos/include/crt/sys/utime.h [iso-8859-1] (original)
+++ trunk/reactos/include/crt/sys/utime.h [iso-8859-1] Mon Dec 15 06:26:16 2008
@@ -107,7 +107,7 @@
#ifndef RC_INVOKED
#ifdef _USE_32BIT_TIME_T
__CRT_INLINE int __cdecl _utime32(const char *_Filename,struct __utimbuf32 *_Utimbuf)
{
- return _utime(_Filename,(struct __timbuf *)_Utimbuf);
+ return _utime(_Filename,(struct _utimbuf *)_Utimbuf);
}
__CRT_INLINE int __cdecl _futime32(int _Desc,struct __utimbuf32 *_Utimbuf) {
return _futime(_Desc,(struct _utimbuf *)_Utimbuf);