mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Autogsdoc fixes made
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11754 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3eef7da2af
commit
9c9e69c85c
7 changed files with 275 additions and 162 deletions
|
@ -525,7 +525,7 @@ main(int argc, char **argv, char **env)
|
|||
NSDate *d;
|
||||
|
||||
d = [attrs objectForKey: NSFileModificationDate];
|
||||
if (sDate == nil || [d earlierDate: sDate] == d)
|
||||
if (sDate == nil || [d earlierDate: sDate] == sDate)
|
||||
{
|
||||
sDate = d;
|
||||
AUTORELEASE(RETAIN(sDate));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue