mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
tidied a little
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23294 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d922e293e0
commit
db36f7c15d
1 changed files with 6 additions and 5 deletions
|
@ -21,7 +21,8 @@
|
|||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
|
||||
<title>NSCalendarDate class reference</title>
|
||||
$Date$ $Revision$
|
||||
|
@ -863,7 +864,7 @@ static inline int getDigits(const char *from, char *to, int limit)
|
|||
{
|
||||
error = YES;
|
||||
NSDebugMLog(@"Day of week '%@' not found in locale",
|
||||
currDay);
|
||||
currDay);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -906,7 +907,7 @@ static inline int getDigits(const char *from, char *to, int limit)
|
|||
{
|
||||
error = YES;
|
||||
NSDebugMLog(@"Day of week '%@' not found in locale",
|
||||
currDay);
|
||||
currDay);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -948,7 +949,7 @@ static inline int getDigits(const char *from, char *to, int limit)
|
|||
{
|
||||
error = YES;
|
||||
NSDebugMLog(@"Month of year '%@' not found in locale",
|
||||
currMonth);
|
||||
currMonth);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -992,7 +993,7 @@ static inline int getDigits(const char *from, char *to, int limit)
|
|||
{
|
||||
error = YES;
|
||||
NSDebugMLog(@"Month of year '%@' not found in locale",
|
||||
currMonth);
|
||||
currMonth);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue