mirror of https://github.com/aria2/aria2
2009-03-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed compiler warning * src/download_helper.ccpull/1/head
parent
bb3a55d080
commit
ed6851636f
|
@ -1,3 +1,8 @@
|
||||||
|
2009-03-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Fixed compiler warning
|
||||||
|
* src/download_helper.cc
|
||||||
|
|
||||||
2009-03-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-03-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Throw exception if same infohash torrent is now downloading.
|
Throw exception if same infohash torrent is now downloading.
|
||||||
|
|
|
@ -58,6 +58,7 @@
|
||||||
#include "File.h"
|
#include "File.h"
|
||||||
#include "Util.h"
|
#include "Util.h"
|
||||||
#include "array_fun.h"
|
#include "array_fun.h"
|
||||||
|
#include "OptionHandler.h"
|
||||||
|
|
||||||
namespace aria2 {
|
namespace aria2 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue