mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-users] [patch #4368] Use sparse files on MinGW/NTFS


From: z
Subject: [Mldonkey-users] [patch #4368] Use sparse files on MinGW/NTFS
Date: Fri, 2 Sep 2005 16:16:46 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)

Follow-up Comment #4, patch #4368 (project mldonkey):

sparse_option.patch does not look correct to me.  

+void os_ftruncate(OS_FD fd, OFF_T size, value sparse)

+void os_ftruncate(OS_FD fd, OFF_T len, int *sparse)

These lines don't make sense.


+  sparse = Int_val(sparse);

There is a Bool_val define available.  

Also it should be consistent by using bool in ocaml code.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4368>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]