summaryrefslogtreecommitdiffstats
path: root/vmchooser/runImage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vmchooser/runImage.cxx')
-rw-r--r--vmchooser/runImage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmchooser/runImage.cxx b/vmchooser/runImage.cxx
index a5363ca..21ac50d 100644
--- a/vmchooser/runImage.cxx
+++ b/vmchooser/runImage.cxx
@@ -45,7 +45,7 @@ void runImage(fltk::Widget*, void* p)
strncpy(arg1, (char*) string("'\n\nStarte Image: ")
.append(dat.short_description)
.append("\n'").c_str(),MAX_LENGTH);
- char* argv[] = { "/opt/openslx/plugin-repo/vmchooser/mesgdisp",
+ char* argv[] = { (char*) "/opt/openslx/plugin-repo/vmchooser/mesgdisp",
arg1, NULL };
printf("%s", arg1);