summaryrefslogtreecommitdiffstats
path: root/tsutils/tsplayer
AgeCommit message (Collapse)AuthorFilesLines
2019-08-26Fix mistake introduced by commit 94122a8f011fc629Li Xiaoming1-1/+1
The second index should point to next arg. It's my fault in the former patch. Because strlen do no calculate the string termination character, the string length should plus 1. Bug-AGL: SPEC-2422 Change-Id: Iadf3a74d7e5ef813a054aa3c62e9bbd8e5f84371 Signed-off-by: wanglu <wang_lu@dl.cn.nexty-ele.com> Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2019-08-06Fix index undefined warningLi Xiaoming1-1/+2
This patch will remove warning: "warning: operation on ‘index’ may be undefined [-Wsequence-point]" Bug-AGL: SPEC-2422 Change-Id: I7c3f630861da31af17ce1a0a415c79fc0acd6637 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2019-04-12Fix review problems:halibut_7.99.2halibut_7.99.1halibut/7.99.2halibut/7.99.17.99.27.99.1wanglu2-0/+339
1.Add autobuild 2.Replace literal with notation in tsutils/tsrecorder/tsrecorder.c 3.Update LICENSE and COPYRIGHT This is a logging app with following functions included: 1.video recording 2.Audio recording 3.Can data recording & playing 4.Screen touch event recording & playing Change-Id: Id7942e16f87e69d25240f4985d3c47bc262d25c2 Signed-off-by: wanglu <wang_lu@dl.cn.nexty-ele.com>