temperaturecontrol: allow setting background tool without activating
[clinton/Smoothieware.git] / src / libs / ChaNFS / FATDirHandle.cpp
index 7164b5b..f3e8697 100644 (file)
@@ -42,6 +42,7 @@ struct dirent *FATDirHandle::readdir() {
 #endif
         memcpy(cur_entry.d_name, fn, stringSize);
         cur_entry.d_isdir= (finfo.fattrib & AM_DIR);
+        cur_entry.d_fsize= finfo.fsize;
         return &cur_entry;
     }
 }