Skip to content

Commit

Permalink
I meant fCurrentDateStr no fCurrentTimeStr
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Nov 17, 2012
1 parent ec469b2 commit d59fcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/deskbar/TimeView.cpp
Expand Up @@ -412,7 +412,7 @@ TTimeView::GetCurrentTime()
void void
TTimeView::GetCurrentDate() TTimeView::GetCurrentDate()
{ {
char tmp[sizeof(fCurrentTimeStr)]; char tmp[sizeof(fCurrentDateStr)];


fLocale.FormatDate(tmp, sizeof(fCurrentDateStr), fCurrentTime, fLocale.FormatDate(tmp, sizeof(fCurrentDateStr), fCurrentTime,
B_FULL_DATE_FORMAT); B_FULL_DATE_FORMAT);
Expand Down

0 comments on commit d59fcf5

Please sign in to comment.