[gnumeric] also commit accidentally omitted line of code.
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] also commit accidentally omitted line of code.
- Date: Wed, 7 Jul 2010 18:09:18 +0000 (UTC)
commit 8525255bacc4b17953c8a1477abe0f9a2b61198e
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date: Wed Jul 7 12:09:59 2010 -0600
also commit accidentally omitted line of code.
plugins/fn-hebrew-date/functions.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/fn-hebrew-date/functions.c b/plugins/fn-hebrew-date/functions.c
index 93bf00b..3afc874 100644
--- a/plugins/fn-hebrew-date/functions.c
+++ b/plugins/fn-hebrew-date/functions.c
@@ -232,6 +232,8 @@ gnumeric_hdate_julian (GnmFuncEvalInfo * ei, GnmValue const * const *argv)
int year, month, day;
int julian;
+ gnumeric_hdate_get_date (argv, &year, &month, &day);
+
julian = hdate_gdate_to_jd (day, month, year);
return value_new_int (julian);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]