avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2367] Corrected the name of the iso week number funct


From: Mike Rice
Subject: [avr-libc-commit] [2367] Corrected the name of the iso week number function.
Date: Sat, 27 Apr 2013 15:45:25 +0000

Revision: 2367
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2367
Author:   swfltek
Date:     2013-04-27 15:45:22 +0000 (Sat, 27 Apr 2013)
Log Message:
-----------
Corrected the name of the iso week number function.

Modified Paths:
--------------
    trunk/avr-libc/include/time.h

Modified: trunk/avr-libc/include/time.h
===================================================================
--- trunk/avr-libc/include/time.h       2013-04-27 15:37:57 UTC (rev 2366)
+++ trunk/avr-libc/include/time.h       2013-04-27 15:45:22 UTC (rev 2367)
@@ -379,7 +379,7 @@
             1 ... 53 : The week number in the current year.
             54 : The first week of the following year.
     */
-    uint8_t         iso_week(const struct tm * timeptr, uint8_t start);
+    uint8_t         iso_weeknum(const struct tm * timeptr, uint8_t start);
 
     /**
         Return the calendar week of month, where the first week is considered 
to begin on the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]