Changeset 5a6cc679 in mainline for uspace/app/untar/tar.c
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
-
uspace/app/untar/tar.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/untar/tar.c
r132ab5d1 r5a6cc679 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.
