1
0
Fork 0
forked from len0rd/rockbox

hwstub_shell: fix a horrible bug

Change-Id: I4ac259e6cd7b707ca725c6ba1c526f5aeed56b71
This commit is contained in:
Amaury Pouly 2016-11-06 21:59:50 +01:00
parent a2d46868e2
commit 3b7e7cb535

View file

@ -1273,7 +1273,7 @@ void load_std_desc(std::vector< soc_desc::soc_t >& socs)
int main(int argc, char **argv)
{
const char *dev_uri = hwstub::uri::default_uri().full_uri().c_str();
std::string dev_uri = hwstub::uri::default_uri().full_uri();
bool verbose = false;
const char *lua_init = "init.lua";