Wrap call to flush_presort

This commit is contained in:
Scott Lahteine 2014-12-18 03:47:12 -08:00
parent 4d61287807
commit 49791949af

View File

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