]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
posix: Fix struct tm binding
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 25 Aug 2009 13:06:46 +0000 (15:06 +0200)
committerJürg Billeter <j@bitron.ch>
Tue, 25 Aug 2009 13:06:54 +0000 (15:06 +0200)
vapi/posix.vapi

index 80b102767f13ddda70b49293a49bc5a777bb328e..09c4931fbb1e64d683ee712d495c095e4390a15c 100644 (file)
@@ -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")]