Changeset 05ed9d7 in mainline


Ignore:
Timestamp:
2012-04-03T11:39:20Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cca5c8d
Parents:
db8d552
Message:

rtc: count the months starting from 0, not from 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/time/cmos-rtc/cmos-rtc.c

    rdb8d552 r05ed9d7  
    296296        }
    297297
     298        /* Count the months starting from 0, not from 1 */
     299        t->tm_mon--;
     300
    298301        fibril_mutex_unlock(&rtc->mutex);
    299302        return EOK;
Note: See TracChangeset for help on using the changeset viewer.