Merge pull request #1190 from thinkyhead/sd_sorting
Wrap call to flush_presort
This commit is contained in:
commit
bd22405412
@ -210,7 +210,9 @@ void CardReader::startFileprint()
|
|||||||
if(cardOK)
|
if(cardOK)
|
||||||
{
|
{
|
||||||
sdprinting = true;
|
sdprinting = true;
|
||||||
|
#ifdef SDCARD_SORT_ALPHA
|
||||||
flush_presort();
|
flush_presort();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user