mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
fix
This commit is contained in:
@@ -227,11 +227,13 @@ else
|
|||||||
{
|
{
|
||||||
*subItem = 0;
|
*subItem = 0;
|
||||||
subItem++;
|
subItem++;
|
||||||
|
if (*subItem=='$') return; //Skipping homie stuff
|
||||||
|
|
||||||
// debugSerial<<F("Subitem:")<<subItem<<endl;
|
// debugSerial<<F("Subitem:")<<subItem<<endl;
|
||||||
}
|
}
|
||||||
// debugSerial<<F("Item:")<<itemName<<endl;
|
// debugSerial<<F("Item:")<<itemName<<endl;
|
||||||
|
|
||||||
if (itemName[0]=='$' || subItem[0]=='$') return; //Skipping homie stuff
|
if (itemName[0]=='$') return; //Skipping homie stuff
|
||||||
|
|
||||||
Item item(itemName);
|
Item item(itemName);
|
||||||
if (item.isValid()) {
|
if (item.isValid()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user