#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
_______________________________________________
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel

Reply via email to