diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/hwstub/tools/hwstub_shell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/tools/hwstub_shell.cpp b/utils/hwstub/tools/hwstub_shell.cpp index 4cd5953a50..1c39283894 100644 --- a/utils/hwstub/tools/hwstub_shell.cpp +++ b/utils/hwstub/tools/hwstub_shell.cpp | |||
@@ -1273,7 +1273,7 @@ void load_std_desc(std::vector< soc_desc::soc_t >& socs) | |||
1273 | 1273 | ||
1274 | int main(int argc, char **argv) | 1274 | int main(int argc, char **argv) |
1275 | { | 1275 | { |
1276 | const char *dev_uri = hwstub::uri::default_uri().full_uri().c_str(); | 1276 | std::string dev_uri = hwstub::uri::default_uri().full_uri(); |
1277 | bool verbose = false; | 1277 | bool verbose = false; |
1278 | 1278 | ||
1279 | const char *lua_init = "init.lua"; | 1279 | const char *lua_init = "init.lua"; |