Widened the lseek capacity determination to SEEK_SET with wanted size
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2019 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2022 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -127,5 +127,8 @@ int Xorriso_concat(struct XorrisO *xorriso, char *mode, char *target,
|
||||
int progc, char **progv,
|
||||
int filec, char **filev, int flag);
|
||||
|
||||
int Xorriso_determine_capacity(struct XorrisO *xorriso, char *path,
|
||||
off_t *capacity, char **reason, int flag);
|
||||
|
||||
#endif /* ! Xorriso_pvt_diskop_includeD */
|
||||
|
||||
|
Reference in New Issue
Block a user