projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3931d9d
)
web-viewer: modified server script name(emul to tty.js)
51/29951/1
author
sungmin ha
<sungmin82.ha@samsung.com>
Thu, 6 Nov 2014 05:38:26 +0000
(14:38 +0900)
committer
sungmin ha
<sungmin82.ha@samsung.com>
Thu, 6 Nov 2014 05:39:59 +0000
(14:39 +0900)
Change-Id: I51104a3787ca95afd881633bae15d5b96d6b1994
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
tizen/src/util/osutil-linux.c
patch
|
blob
|
history
diff --git
a/tizen/src/util/osutil-linux.c
b/tizen/src/util/osutil-linux.c
index
7b1eacd
..
9708af8
100644
(file)
--- a/
tizen/src/util/osutil-linux.c
+++ b/
tizen/src/util/osutil-linux.c
@@
-553,7
+553,7
@@
void execute_websocket(int port)
void execute_nodejs(void)
{
char const *remote_bin_dir = get_remote_bin_path();
- char const *relative_path = "../web-viewer/bin/
emul
";
+ char const *relative_path = "../web-viewer/bin/
tty.js
";
char webviewer_script[strlen(remote_bin_dir) + strlen(relative_path) + 1];
char nodejs_path[strlen(remote_bin_dir) + strlen(execution_file_node) + 1];
int ret = -1;