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:
a7b94cb
)
[Title]fix wrong statement
author
munkyu.im
<munkyu.im@samsung.com>
Thu, 15 Mar 2012 07:09:29 +0000
(16:09 +0900)
committer
munkyu.im
<munkyu.im@samsung.com>
Thu, 15 Mar 2012 07:09:29 +0000
(16:09 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
tizen/src/process.c
patch
|
blob
|
history
diff --git
a/tizen/src/process.c
b/tizen/src/process.c
index fa0bf7bcab611ce9d4adce23737f46c2cb57b587..31108e4da4e466aee5895c3b8e1b475b94375183 100644
(file)
--- a/
tizen/src/process.c
+++ b/
tizen/src/process.c
@@
-151,7
+151,7
@@
int write_portfile(char *path)
int fd = -1;
char buf[128] = "";
- if(tizen_base_port = 0)
+ if(tizen_base_port =
=
0)
return 0;
if(!g_path_is_absolute(path))