Merge pull request #1190 from thinkyhead/sd_sorting

Wrap call to flush_presort
This commit is contained in:
Bo Herrmannsen 2014-12-18 12:50:55 +01:00
commit bd22405412

View File

@ -210,7 +210,9 @@ void CardReader::startFileprint()
if(cardOK)
{
sdprinting = true;
flush_presort();
#ifdef SDCARD_SORT_ALPHA
flush_presort();
#endif
}
}