forked from len0rd/rockbox
hwstub_shell: fix a horrible bug
Change-Id: I4ac259e6cd7b707ca725c6ba1c526f5aeed56b71
This commit is contained in:
parent
a2d46868e2
commit
3b7e7cb535
1 changed files with 1 additions and 1 deletions
|
@ -1273,7 +1273,7 @@ void load_std_desc(std::vector< soc_desc::soc_t >& socs)
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
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;
|
bool verbose = false;
|
||||||
|
|
||||||
const char *lua_init = "init.lua";
|
const char *lua_init = "init.lua";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue