Fix various issues
* bzero is obsolete * use HMODULE instead of long win win32 for 64 bit compatibility * iso9660_seek_read_framesize fails seeking to a position higher than 4 GB * cd-read produces a warning * legal-regex should allow for years > 2009
This commit is contained in:
@@ -591,6 +591,7 @@ main(int argc, char *argv[])
|
||||
else if (opts.output_file) {
|
||||
ssize_t bytes_ret;
|
||||
bytes_ret = write(output_fd, buffer, blocklen);
|
||||
(void)bytes_ret; /* Silence unused warnings */
|
||||
} else {
|
||||
unsigned int i;
|
||||
for (i=0; i<blocklen; i++) printf("%c", buffer[i]);
|
||||
|
||||
Reference in New Issue
Block a user