projects
/
platform
/
core
/
uifw
/
voice-control.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba7eaa6
)
Fixed build error
05/217305/1
accepted/tizen/unified/20191111.105521
submit/tizen/20191108.080104
submit/tizen/20191108.080123
author
sungrae jo
<seongrae.jo@samsung.com>
Fri, 8 Nov 2019 07:59:47 +0000
(16:59 +0900)
committer
sungrae jo
<seongrae.jo@samsung.com>
Fri, 8 Nov 2019 07:59:47 +0000
(16:59 +0900)
Change-Id: I1cb9add2f4c163482e8a0784257efb31c9d2d85f
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
server/vcd_recorder.c
patch
|
blob
|
history
diff --git
a/server/vcd_recorder.c
b/server/vcd_recorder.c
index aa6799b2f97665b3a328d609105af029852bbb0c..736b3a4ed0a75f19f9b5c47f26486cd9aa3de45b 100644
(file)
--- a/
server/vcd_recorder.c
+++ b/
server/vcd_recorder.c
@@
-764,7
+764,7
@@
Eina_Bool __read_test_func(void *data)
char buffer[BUFFER_LENGTH + 10];
memset(buffer, '\0', BUFFER_LENGTH + 10);
-
size_
t buffer_size = 0;
+
in
t buffer_size = 0;
if (!feof(g_pcm_fp))
buffer_size = fread(buffer, 1, BUFFER_LENGTH, g_pcm_fp);
if (buffer_size != BUFFER_LENGTH)