Changes in uspace/app/untar/tar.c [582a0b8:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/untar/tar.c
r582a0b8 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.