[Midnight Commander] #94: Some fixups for large file support (64bit sizes) on 32bit systems
Ticket System
tickets at midnight-commander.org
Sat Jan 3 10:58:03 UTC 2009
#94: Some fixups for large file support (64bit sizes) on 32bit systems
-------------------------+--------------------------------------------------
Reporter: slavazanko | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: mc-core | Version:
Resolution: | Keywords:
Blocking: | Blockedby:
-------------------------+--------------------------------------------------
Comment(by slavazanko):
Patch may be apply only partially (for example, in 'master' branch
directory 'intl' is absent).
Also patch contains a code:
{{{
#if GLIB_MAJOR_VERSION >= 2
# define my_g_malloc g_try_malloc
#else
# define my_g_malloc g_malloc
#endif
}}}
This is a great idea, but it has no place in the src/view.c
IMHO, you need to create a separate ticket and attach patch with the full
implementation of this idea.
--
Ticket URL: <http://www.der-winnie.de/trac/ticket/94#comment:1>
Midnight Commander <www.midnight-commander.org>
Midnight Development Center
More information about the mc-devel
mailing list