Make test libdevmapper flags 64bit.

This commit is contained in:
Milan Broz
2025-02-06 15:39:40 +01:00
parent a3455befe7
commit 7ee0b02967
2 changed files with 33 additions and 33 deletions

View File

@@ -41,7 +41,7 @@ struct loop_config {
static char last_error[256];
static char global_log[4096];
static uint32_t t_dm_crypt_flags = 0;
static uint64_t t_dm_crypt_flags = 0;
char *THE_LOOP_DEV = NULL;
int _debug = 0;