mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 11:17:03 -04:00
[bled] improve error reporting
* Also make the use of a FIXED drive more noticeable in the log
This commit is contained in:
parent
8aeaa4d645
commit
e62ab37e38
6 changed files with 21 additions and 21 deletions
|
@ -309,7 +309,7 @@ IF_DESKTOP(long long) int FAST_FUNC unpack_zip_stream(transformer_state_t *xstat
|
|||
/* Read filename */
|
||||
filename = xzalloc(zip_header.formatted.filename_len + 1);
|
||||
safe_read(xstate->src_fd, filename, zip_header.formatted.filename_len);
|
||||
bb_printf("processing archive file '%s'", filename);
|
||||
bb_printf("Processing archive file '%s'", filename);
|
||||
free(filename);
|
||||
|
||||
/* Skip extra header bytes */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue