-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: Pulling in fixes from opensea-common's human readable time function
Pulling in a fix to the output for number of days in the human readable time functions since it was truncating things that were longer than 255 days. Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
- Loading branch information
1 parent
a55c07a
commit d9fb0c7
Showing
3 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
Submodule opensea-common
updated
3 files
+3 −3 | include/common.h | |
+3 −3 | include/opensea_common_version.h | |
+14 −13 | src/common.c |
Submodule opensea-operations
updated
9 files
+1 −1 | include/opensea_operation_version.h | |
+22 −11 | src/ata_Security.c | |
+6 −3 | src/depopulate.c | |
+6 −4 | src/device_statistics.c | |
+7 −4 | src/drive_info.c | |
+2 −1 | src/format.c | |
+10 −5 | src/generic_tests.c | |
+3 −2 | src/operations.c | |
+4 −2 | src/smart.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters