Zebediah Figura : storage.dll16: Fix an error in a comment.

Alexandre Julliard julliard at winehq.org
Mon Feb 20 15:03:44 CST 2017


Module: wine
Branch: master
Commit: 68c095302f0a8e73cc25c3d4271d7f14112c93c4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=68c095302f0a8e73cc25c3d4271d7f14112c93c4

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Sat Feb 11 15:56:04 2017 -0600

storage.dll16: Fix an error in a comment.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/storage.dll16/storage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/storage.dll16/storage.c b/dlls/storage.dll16/storage.c
index cac616c..5969333 100644
--- a/dlls/storage.dll16/storage.c
+++ b/dlls/storage.dll16/storage.c
@@ -70,7 +70,7 @@ struct storage_pps_entry {
 	GUID	pps_guid;	/* 50: class ID */
 	DWORD	pps_unknown1;	/* 60: unknown */
 	FILETIME pps_ft1;	/* 64: filetime1 */
-	FILETIME pps_ft2;	/* 70: filetime2 */
+	FILETIME pps_ft2;	/* 6C: filetime2 */
 	DWORD	pps_sb;		/* 74: data startblock */
 	DWORD	pps_size;	/* 78: datalength. (<0x1000)?small:big blocks*/
 	DWORD	pps_unknown2;	/* 7C: unknown */




More information about the wine-cvs mailing list