PengZheng commented on code in PR #476: URL: https://github.com/apache/celix/pull/476#discussion_r1149291817
########## libs/utils/src/celix_file_utils.c: ########## @@ -272,7 +271,7 @@ celix_status_t celix_utils_extractZipData(const void *zipData, size_t zipDataSiz if (source == NULL || zip == NULL) { status = CELIX_FILE_IO_EXCEPTION; - *errorOut = zip_error_strerror(&zipError); Review Comment: I plan to embed error code of libzip into Celix error code by introducing `CELIX_FACILITY_ZIP` so that we don't need problematic `zip_error_strerror` any more. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org