mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-26 03:38:28 +02:00
Fix crash occuring when an unknown MIME type is specified in OPK
This commit is contained in:
parent
5ae44f11b0
commit
2cef732602
@ -179,9 +179,11 @@ LinkApp::LinkApp(GMenu2X *gmenu2x_, Touchscreen &ts, InputManager &inputMgr_,
|
||||
}
|
||||
|
||||
/* Remove last comma */
|
||||
if (!selectorfilter.empty()) {
|
||||
selectorfilter.erase(selectorfilter.end());
|
||||
DEBUG("Compatible extensions: %s\n", selectorfilter.c_str());
|
||||
}
|
||||
}
|
||||
#endif /* HAVE_LIBXDGMIME */
|
||||
|
||||
param = opk_read_param(pdata, "X-OD-Manual");
|
||||
|
Loading…
Reference in New Issue
Block a user