Could someone please fix patch so that the following assertion does not happen:
Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 354

This comes from attempting to use a diff file that uses (LF) on win32 which 
uses (CRLF). The easy fix is to open it in write:
C:\>write file.diff
<save file>

Which saves it with CRLF. Then apply the patch. 
But searching in searching google,  this happens _a_lot_, and the write 
solution is never mentioned.


 Thanks!


      

------------------------------------------------------------------------------
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to