You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by se...@apache.org on 2008/02/26 13:45:29 UTC

svn commit: r631202 - /webservices/axis2/trunk/c/util/src/date_time.c

Author: senaka
Date: Tue Feb 26 04:45:26 2008
New Revision: 631202

URL: http://svn.apache.org/viewvc?rev=631202&view=rev
Log:
Fixing Typo

Modified:
    webservices/axis2/trunk/c/util/src/date_time.c

Modified: webservices/axis2/trunk/c/util/src/date_time.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/date_time.c?rev=631202&r1=631201&r2=631202&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/src/date_time.c (original)
+++ webservices/axis2/trunk/c/util/src/date_time.c Tue Feb 26 04:45:26 2008
@@ -99,7 +99,7 @@
     const axis2_char_t * time_str)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
-    sscanf(time_str, "%d:%d:%d:%dZ", &date_time->hour, &date_time->min,
+    sscanf(time_str, "%d:%d:%d.%dZ", &date_time->hour, &date_time->min,
            &date_time->sec, &date_time->msec);
     return AXIS2_SUCCESS;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org