mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-03 10:35:25 +00:00
Monotone-Parent: 1321ce15584f6fd3efdfbca5f6c254254ef69476
Monotone-Revision: 1bf367701d3aa5f23b3bd257bf7479eb81903f68 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-01-28T18:55:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -340,7 +340,7 @@
|
||||
if ([_day length] > 1)
|
||||
{
|
||||
[[_day uppercaseString] getCharacters: chars
|
||||
range: NSMakeRange ([day length] - 2, 2)];
|
||||
range: NSMakeRange ([day length] - 3, 2)];
|
||||
|
||||
switch (chars[0])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user