Tagged Questions
2
votes
2answers
2k views
“Malformed patch” error while applying the diff to wget source with patch
I would like to apply this patch so I copied code beginning at "Index: src/options.h" and ending with "+@item" and put it into a new file created in wget's source code folder. Then I did:
$ patch -p0 ...