From 1cc6e186f06f98c76b43f94a787abaec7f024cd7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 15 Aug 2006 16:49:48 +0000 Subject: (svn r5918) -Cleanup: rename ConvertDayToYMD/ConvertYMDToDay as they really convert a Date to/from a YearMonthDay. -Cleanup: swap ConvertDateToYMD's parameters to make the order consistent with the name of the function. --- subsidy_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subsidy_gui.c') diff --git a/subsidy_gui.c b/subsidy_gui.c index edb6ede75..daba50675 100644 --- a/subsidy_gui.c +++ b/subsidy_gui.c @@ -84,7 +84,7 @@ static void DrawSubsidiesWindow(const Window *w) DrawWindowWidgets(w); - ConvertDayToYMD(&ymd, _date); + ConvertDateToYMD(_date, &ymd); y = 15; x = 1; -- cgit v1.2.3-70-g09d2