mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 18:11:31 +00:00
use path passed as parameter
This commit is contained in:
parent
059e105652
commit
78e4f47c8f
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@
|
||||||
|
|
||||||
if ([[_storage string] writeToFile:path atomically:YES])
|
if ([[_storage string] writeToFile:path atomically:YES])
|
||||||
{
|
{
|
||||||
ASSIGN(_lastSaveDate, [[fm fileAttributesAtPath:_path traverseLink:NO] fileModificationDate]);
|
ASSIGN(_lastSaveDate, [[fm fileAttributesAtPath:path traverseLink:NO] fileModificationDate]);
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue