From dd0cb831074a3449f8db34e52253d8efd47c55f0 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 28 Jun 2010 15:04:58 +0000 Subject: [PATCH] - CC: Fix typo client/ cs_notice.cpp svn path=/trunk/boinc/; revision=21831 --- checkin_notes | 6 ++++++ client/cs_notice.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index a0e324f9a2..4598567cfd 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4686,3 +4686,9 @@ Charlie 28 Jun 2010 clientgui/ ViewNotices.cpp + +Rom 28 Jun 2010 + - CC: Fix typo + + client/ + cs_notice.cpp diff --git a/client/cs_notice.cpp b/client/cs_notice.cpp index 30db369932..1af9c57185 100644 --- a/client/cs_notice.cpp +++ b/client/cs_notice.cpp @@ -175,7 +175,7 @@ static int month_index(char* x) { if (strstr(x, "Sep")) return 8; if (strstr(x, "Oct")) return 9; if (strstr(x, "Nov")) return 10; - if (strstr(x, "Dev")) return 11; + if (strstr(x, "Dec")) return 11; return 0; }