mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 14:07:37 +03:00
2010-09-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Replaced V_TRUE with A2_V_TRUE. Replaced V_FALSE with A2_V_FALSE. * src/AbstractCommand.cc * src/HttpResponseCommand.cc * src/Option.cc * src/OptionHandlerFactory.cc * src/OptionHandlerImpl.h * src/TrackerWatcherCommand.cc * src/download_helper.cc * src/main.cc * src/prefs.cc * src/prefs.h * test/AuthConfigFactoryTest.cc * test/DefaultBtProgressInfoFileTest.cc * test/DownloadHelperTest.cc * test/HttpRequestTest.cc * test/OptionHandlerTest.cc * test/UTMetadataPostDownloadHandlerTest.cc * test/XmlRpcMethodTest.cc
This commit is contained in:
parent
880c6b5498
commit
9eaf3ccb0f
18 changed files with 109 additions and 88 deletions
|
@ -143,7 +143,7 @@ bool HttpResponseCommand::executeInternal()
|
|||
} else if(httpResponse->getResponseStatus() == HttpHeader::S200 ||
|
||||
httpResponse->getResponseStatus() == HttpHeader::S206) {
|
||||
// Remote file is newer than local file. We allow overwrite.
|
||||
getOption()->put(PREF_ALLOW_OVERWRITE, V_TRUE);
|
||||
getOption()->put(PREF_ALLOW_OVERWRITE, A2_V_TRUE);
|
||||
}
|
||||
}
|
||||
if(httpResponse->getResponseStatus() >= HttpHeader::S300 &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue