Ticket #1950 (new enhancement) — at Version 1
Correction variables
Reported by: | pavlinux | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.8.7 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: |
Description (last modified by styx) (diff)
Correction of variable names and corresponding types for standard features.
For example: ssize_t write(int fd, const void *buf, size_t count);
use for count size_t, but our extfs_write (void *data, const char *buf, int nbyte) use int
etc.
Change History
Note: See
TracTickets for help on using
tickets.