Version 1.02.52 -
================================
+ Fix dmlosetup snprintf %llu compiler warning.
Add parentheses to some libdevmapper.h macro arguments.
Add printf format attributes to dm_{sn,as}printf and fix a caller.
Move dmeventd man page from install_lvm2 to install_device-mapper. (1.02.50)
close(fd);
if (dm_snprintf(table, tlen, "%llu %llu loop %s %llu\n", 0ULL,
- (long long unsigned)sectors, file, off) < 0)
+ (long long unsigned)sectors, file, (long long unsigned)off) < 0)
return 0;
if (_switches[VERBOSE_ARG] > 1)
return 0;
}
-
-
static int _process_losetup_switches(const char *base, int *argc, char ***argv,
const char *dev_dir)
{