[msitools] edittime property is type filetype
- From: Thomas Hindoe Paaboel Andersen <thomashpa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] edittime property is type filetype
- Date: Tue, 21 May 2013 04:43:48 +0000 (UTC)
commit d75a81b75c91cb4519fa4a5b4e97ea252ce05690
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date: Mon May 20 18:05:33 2013 +0200
edittime property is type filetype
In get_type the switch had no entry for LIBMSI_PROPERTY_EDITTIME
causing it to return type OLEVT_EMPTY. This makes it return type
OLEVT_FILETIME.
libmsi/libmsi-summary-info.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libmsi/libmsi-summary-info.c b/libmsi/libmsi-summary-info.c
index 4c18b52..14de23e 100644
--- a/libmsi/libmsi-summary-info.c
+++ b/libmsi/libmsi-summary-info.c
@@ -171,6 +171,7 @@ static unsigned get_type( unsigned uiProperty )
case LIBMSI_PROPERTY_TITLE:
return OLEVT_LPSTR;
+ case LIBMSI_PROPERTY_EDITTIME:
case LIBMSI_PROPERTY_LASTPRINTED:
case LIBMSI_PROPERTY_CREATED_TM:
case LIBMSI_PROPERTY_LASTSAVED_TM:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]