[vala] posix: Fix struct tm binding
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vala] posix: Fix struct tm binding
- Date: Tue, 25 Aug 2009 13:07:22 +0000 (UTC)
commit 1bd511b7eb173c97d49d8586b65eda8643c7bfba
Author: Michael 'Mickey' Lauer <mickey vanille-media de>
Date: Tue Aug 25 15:06:46 2009 +0200
posix: Fix struct tm binding
vapi/posix.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/posix.vapi b/vapi/posix.vapi
index 80b1027..09c4931 100644
--- a/vapi/posix.vapi
+++ b/vapi/posix.vapi
@@ -1414,7 +1414,7 @@ namespace Posix {
public int tm_year;
public int tm_wday;
public int tm_yday;
- public int tm_isdt;
+ public int tm_isdst;
}
[CCode (cheader_filename = "time.h")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]