Ticket #1950 (new enhancement) — at Version 1

Opened 14 years ago

Last modified 11 years ago

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

Changed 14 years ago by pavlinux

comment:1 Changed 14 years ago by styx

  • Description modified (diff)
Note: See TracTickets for help on using tickets.