Red flash when Set Rel fails

This commit is contained in:
Thomas Bernard 2019-02-01 12:05:31 +01:00
parent bd57e6e8ea
commit e3bf51f753
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -2223,6 +2223,12 @@ byte Button_Load_or_Save(T_Selector_settings *settings, byte load, T_IO_Context
}
Display_bookmark(bookmark_dropdown[clicked_button-10],clicked_button-10);
}
else
{
GFX2_Log(GFX2_INFO, "Failed to compute relative path from '%s' to '%s'\n",
Data_directory, Selector->Directory);
Error(0); // red flash
}
break;
}
}