Changeset 46577995 in mainline for uspace/app/untar/tar.c
- Timestamp:
- 2018-01-04T20:50:52Z (7 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/untar/tar.c
rfacacc71 r46577995 67 67 } 68 68 69 int tar_header_parse(tar_header_t *parsed, const tar_header_raw_t *raw)69 errno_t tar_header_parse(tar_header_t *parsed, const tar_header_raw_t *raw) 70 70 { 71 int rc;71 errno_t rc; 72 72 73 73 if (str_length(raw->filename) == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.