projects
/
platform
/
core
/
api
/
mediatool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2ae9dd
)
fixed svace issue
12/173812/1
accepted/tizen/unified/20180330.060659
submit/tizen/20180327.003241
submit/tizen/20180328.065326
author
Sejun Park
<sejun79.park@samsung.com>
Mon, 26 Mar 2018 05:38:28 +0000
(14:38 +0900)
committer
Sejun Park
<sejun79.park@samsung.com>
Mon, 26 Mar 2018 05:38:28 +0000
(14:38 +0900)
Change-Id: Ib9ff535481566e90d3d1d1324525b96b2b66238b
test/media_packet_test.c
patch
|
blob
|
history
diff --git
a/test/media_packet_test.c
b/test/media_packet_test.c
index bc841bd6da330370f31c2e61ff90ce1a88652c42..70e24f772cc0c2bb1b997c6f3904c180664ed3e7 100755
(executable)
--- a/
test/media_packet_test.c
+++ b/
test/media_packet_test.c
@@
-1230,7
+1230,7
@@
static void interpret(char *cmd)
break;
case CURRENT_STATUS_DURATION:
{
- uint64_t duration =
(uint64_t) atoi
(cmd);
+ uint64_t duration =
atoll
(cmd);
_media_packet_set_duration(duration);
reset_menu_state();
}