mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[cmp] update Bled to latest
* Adds the provision of default buffer size in bled_init()
This commit is contained in:
parent
c717c7789b
commit
c47ee4c435
10 changed files with 31 additions and 20 deletions
|
@ -27,10 +27,10 @@
|
|||
|
||||
|
||||
/* Default input buffer size */
|
||||
#define IBUFSIZ BB_BUFSIZE
|
||||
#define IBUFSIZ ((int)BB_BUFSIZE)
|
||||
|
||||
/* Default output buffer size */
|
||||
#define OBUFSIZ BB_BUFSIZE
|
||||
#define OBUFSIZ ((int)BB_BUFSIZE)
|
||||
|
||||
/* Defines for third byte of header */
|
||||
#define BIT_MASK 0x1f /* Mask for 'number of compresssion bits' */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue