Ticket #3053 (closed defect: fixed)
statvfs_works_cache incorrect function end
Reported by: | matzeri | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.8.11 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | onlyjob@… | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
on statvfs_works_cache the first "if" clause
have no function end
return statvfs_works_cache;
-}
#endif
#endif
+}
attached patch
Attachments
Change History
Changed 11 years ago by matzeri
- Attachment filegui.patch added
comment:2 Changed 11 years ago by andrew_b
- Blocked By 3051 added
(In #3051) Branch: 3051_cleanup.
Initial changeset:f76860d04cab1f5f5dca42d280860abcdd63e947
comment:3 Changed 11 years ago by andrew_b
Ticket #3071 has been marked as a duplicate of this ticket.
Note: See
TracTickets for help on using
tickets.
proposed patch