mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[macro] Ensure macro arg evaluation order
This commit is contained in:
parent
802f7d7523
commit
4cc02e37d6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
#include "settings.h"
|
||||
|
||||
/* Maximum download chunk size, in bytes */
|
||||
#define DOWNLOAD_BUFFER_SIZE 10*KB
|
||||
#define DOWNLOAD_BUFFER_SIZE (10*KB)
|
||||
/* Default delay between update checks (1 day) */
|
||||
#define DEFAULT_UPDATE_INTERVAL (24*3600)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue