mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
2010-01-24 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed compile error with i586-mingw32msvc-g++. Always Cut console readout by 80 characters in mingw32 build. Catch exception in DHTMessageReceiver::receiveMessage(). * src/AbstractDiskWriter.cc * src/ConsoleStatCalc.cc * src/DHTMessageReceiver.cc * src/File.cc * src/RequestGroupMan.cc * src/a2io.h * test/FileTest.cc
This commit is contained in:
parent
46605f66c3
commit
b39ede01a7
8 changed files with 54 additions and 30 deletions
|
@ -222,7 +222,7 @@ void FileTest::testUtime()
|
|||
CPPUNIT_ASSERT(f.utime(Time(atime), Time(mtime)));
|
||||
|
||||
a2_struct_stat buf;
|
||||
CPPUNIT_ASSERT(0 == stat(f.getPath().c_str(), &buf));
|
||||
CPPUNIT_ASSERT(0 == a2stat(f.getPath().c_str(), &buf));
|
||||
CPPUNIT_ASSERT_EQUAL((time_t)atime, buf.st_atime);
|
||||
CPPUNIT_ASSERT_EQUAL((time_t)mtime, f.getModifiedTime().getTime());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue