Return-Path: Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: (qmail 86445 invoked from network); 3 Jun 2010 04:58:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Jun 2010 04:58:25 -0000 Received: (qmail 63891 invoked by uid 500); 3 Jun 2010 04:58:25 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 63765 invoked by uid 500); 3 Jun 2010 04:58:22 -0000 Mailing-List: contact c-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list c-dev@axis.apache.org Received: (qmail 63710 invoked by uid 99); 3 Jun 2010 04:58:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 04:58:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 04:58:19 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o534vvb9019221 for ; Thu, 3 Jun 2010 04:57:57 GMT Message-ID: <14167369.151451275541077430.JavaMail.jira@thor> Date: Thu, 3 Jun 2010 00:57:57 -0400 (EDT) From: "nadir amra (JIRA)" To: c-dev@axis.apache.org Subject: [jira] Assigned: (AXIS2C-1384) axutil_date_time_get_date is misnamed, it should be axutil_date_time_get_day MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nadir amra reassigned AXIS2C-1384: ---------------------------------- Assignee: nadir amra > axutil_date_time_get_date is misnamed, it should be axutil_date_time_get_day > ---------------------------------------------------------------------------- > > Key: AXIS2C-1384 > URL: https://issues.apache.org/jira/browse/AXIS2C-1384 > Project: Axis2-C > Issue Type: Bug > Components: util > Affects Versions: 1.6.0 > Environment: all > Reporter: Patrick Cosmo > Assignee: nadir amra > Priority: Minor > Fix For: 1.7.0 > > Attachments: axutil_date_time.h, date_time.c, date_time_test.c, rand.c > > > when decoding a date, in axutil_date_time.h there is a method for extracting year, month, etc, but not for "day". > > However, there is a method named: axutil_date_time_get_date( ... ) > > If you look at the implementation of this in date_time.c, it's actually extracting the day: > > AXIS2_EXTERN int AXIS2_CALL > axutil_date_time_get_date( > axutil_date_time_t *date_time, > const axutil_env_t *env) > { > return (date_time->day); > } > > > I think this function should be named axutil_date_time_get_day -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org For additional commands, e-mail: c-dev-help@axis.apache.org