Changeset b7fd2a0 in mainline for uspace/app/untar/tar.c
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/untar/tar.c
r36f0738 rb7fd2a0 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.