|
From: | Antonio Diaz Diaz |
Subject: | Re: [Bug-ddrescue] 2 Suggestions (bi-directional retry and user interruption exit code) |
Date: | Tue, 25 Feb 2014 14:21:03 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905 |
Scott Dwyer wrote:
patching file rescuebook.cc Hunk #1 FAILED at 736. patch unexpectedly ends in middle of line
Sorry, my fault. This is why patches should always be attached, not inlined. Even one as trivial as this one can be broken by the email system.
rescuebook.cc:757:3: error: 'signal' is not a member of 'std'
I forgot to add the line #include <csignal> You may also need a fake "return 0;" after the "std::raise( SIGINT );"Remember that this patch is just a hack only good for a quick test. It is not correct code.
Best regards, Antonio.
[Prev in Thread] | Current Thread | [Next in Thread] |