projects
/
platform
/
upstream
/
libmtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8edfd9
)
fix svace issue.
40/66540/1
accepted/tizen/common/20160419.143618
accepted/tizen/ivi/20160419.152339
accepted/tizen/mobile/20160419.151610
accepted/tizen/tv/20160419.151901
accepted/tizen/wearable/20160419.152050
submit/tizen/20160419.103939
submit/tizen/20160819.052605
submit/tizen/20160819.071415
author
Hyihong Chae
<hh.chae@samsung.com>
Tue, 19 Apr 2016 10:32:54 +0000
(19:32 +0900)
committer
Hyihong Chae
<hh.chae@samsung.com>
Tue, 19 Apr 2016 10:32:54 +0000
(19:32 +0900)
Change-Id: I8a453aaa55efe81f5935db6c032d3cf48e8d6eea
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
examples/sendtr.c
patch
|
blob
|
history
diff --git
a/examples/sendtr.c
b/examples/sendtr.c
index
a608d15
..
ea6d85e
100755
(executable)
--- a/
examples/sendtr.c
+++ b/
examples/sendtr.c
@@
-220,7
+220,7
@@
int sendtrack_function(char * from_path, char * to_path, char *partist, char *pa
return 0;
}
- filesize = sb.st_size;
+ filesize =
(uint64_t)
sb.st_size;
trackmeta = LIBMTP_new_track_t();
trackmeta->filetype = find_filetype (from_path);