[haiku-commits] haiku: hrev44852 - src/apps/deskbar

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 17 Nov 2012 02:47:37 +0100 (CET)

hrev44852 adds 1 changeset to branch 'master'
old head: ec469b21a0d02bec481fcac04b15d7724b530ebc
new head: d59fcf50e69dcb0a3ef76fa2422e2d8bdc93dd61
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=d59fcf5+^ec469b2

----------------------------------------------------------------------------

d59fcf5: I meant fCurrentDateStr no fCurrentTimeStr

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44852
Commit:      d59fcf50e69dcb0a3ef76fa2422e2d8bdc93dd61
URL:         http://cgit.haiku-os.org/haiku/commit/?id=d59fcf5
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Sat Nov 17 01:41:02 2012 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/deskbar/TimeView.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/deskbar/TimeView.cpp b/src/apps/deskbar/TimeView.cpp
index 8f8ee22..a3102db 100644
--- a/src/apps/deskbar/TimeView.cpp
+++ b/src/apps/deskbar/TimeView.cpp
@@ -412,7 +412,7 @@ TTimeView::GetCurrentTime()
 void
 TTimeView::GetCurrentDate()
 {
-       char tmp[sizeof(fCurrentTimeStr)];
+       char tmp[sizeof(fCurrentDateStr)];
 
        fLocale.FormatDate(tmp, sizeof(fCurrentDateStr), fCurrentTime,
                B_FULL_DATE_FORMAT);


Other related posts:

  • » [haiku-commits] haiku: hrev44852 - src/apps/deskbar - jscipione