summaryrefslogtreecommitdiff
path: root/tools/seq2bseq.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
|
* tools/seq2bseq : Fix the same expression issue in if conditionGowtham Anandha Babu2014-09-161-1/+1
| | | | Fix the usage of same expression on both sides of '||' in if
* tools: Stop converting file if write failed in seq2bseqSzymon Janc2014-01-131-1/+7
| | | | | If write failed converted file would be broken. This make sure that user is being informed about it.
* tools: Fix build error in seq2bseqSzymon Janc2014-01-131-3/+7
| | | | | | | | | | Don't ignore return value of write. This fix following build error on Ubuntu: tools/seq2bseq.c: In function ‘convert_line’: tools/seq2bseq.c:52:8: error: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Werror=unused-result] write(fd, &val, 1);
* tools: Add firmware conversion utilityMarcel Holtmann2014-01-111-0/+202