1
1
Fork 0
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:
Tsarevich Dmitry 2020-02-23 21:37:43 +03:00
parent 802f7d7523
commit 4cc02e37d6
No known key found for this signature in database
GPG key ID: E3C61298FF5B1274

View file

@ -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)