Fixed errors in compile.

This commit is contained in:
skarg
2007-01-19 21:59:38 +00:00
parent 6864a32d22
commit 5aee2513fa
2 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -485,8 +485,8 @@ void bacapp_set_datetime_values(BACNET_DATE_TIME * bdatetime,
bdatetime->date.day = day;
bdatetime->date.wday = wday;
bdatetime->time.hour = hour;
bdatetime->time.min = min;
bdatetime->time.sec = sec;
bdatetime->time.min = minute;
bdatetime->time.sec = seconds;
bdatetime->time.hundredths = hundredths;
}
}