From: Chris Koeritz Date: Tue, 18 Sep 2012 03:36:54 +0000 (-0400) Subject: Merge branch 'master' of feistymeow.org:feisty_meow X-Git-Tag: 2.140.90~1228 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=3ef36fb6ef3a651ee4a3238ac4618f86bfa79725 Merge branch 'master' of feistymeow.org:feisty_meow Conflicts: nucleus/library/filesystem/heavy_file_ops.cpp --- 3ef36fb6ef3a651ee4a3238ac4618f86bfa79725 diff --cc nucleus/library/filesystem/heavy_file_ops.cpp index d6ff4184,0d2f91bc..6f5b19db --- a/nucleus/library/filesystem/heavy_file_ops.cpp +++ b/nucleus/library/filesystem/heavy_file_ops.cpp @@@ -280,9 -279,8 +280,8 @@@ LOG(astring("skipping bad file: ") + fu continue; } - if ((last_action._byte_start + last_action._length >= current.length()) - && current.length()) { - //LOG(astring("finished handling file: ") + full_file); + if (last_action._byte_start + last_action._length >= current.length()) { -// && current.length()) { ++LOG(astring("finished handling file: ") + full_file); // this file is done now. go to the next one. if (!advance(to_transfer, last_action)) break; continue;