From b6788467efb8a0f329ae99adbfa8d837a68019d4 Mon Sep 17 00:00:00 2001 From: johanknol Date: Sun, 18 Feb 2001 14:38:42 +0000 Subject: [PATCH] yep, see the diff git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@635 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/examples/ds390/rtc390/rtc390.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device/examples/ds390/rtc390/rtc390.c b/device/examples/ds390/rtc390/rtc390.c index af3c4696..03e63cc2 100755 --- a/device/examples/ds390/rtc390/rtc390.c +++ b/device/examples/ds390/rtc390/rtc390.c @@ -60,7 +60,7 @@ void PrintTime(struct tm *rtcTime, char verbose) { #ifdef ShowMeAnotherBug printf ("%s%04d-%02d-%02d %02d:%02d:%02d.%02d\n", - verbose ? "RTC time: " : "", + verbose ? "RTC time: " : "", // this one still needs a cast rtcTime->tm_year+1900, rtcTime->tm_mon+1, rtcTime->tm_mday, rtcTime->tm_hour, rtcTime->tm_min, rtcTime->tm_sec, rtcTime->tm_hundredth); @@ -114,3 +114,4 @@ void main (void) { } } } + -- 2.47.2