2 parents 9a1cf39 + 1b3ecb6 commit 57c1ff5Copy full SHA for 57c1ff5
1 file changed
bbs/batch.cpp
@@ -811,7 +811,7 @@ void upload(int dn) {
811
}
812
const auto& d = a()->dirs()[dn];
813
dliscan1(d);
814
- const long free_space = File::freespace_for_path(d.path);
+ const auto free_space = File::freespace_for_path(d.path);
815
if (free_space < 100) {
816
bout.outstr("\r\nNot enough disk space to upload here.\r\n\n");
817
return;
0 commit comments