Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: use uint64_t for filesystemId
  • Loading branch information
perexg committed Dec 11, 2015
1 parent 46bdcf6 commit 92d9bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_vfsmgr.c
Expand Up @@ -61,7 +61,7 @@ dvr_disk_space_cleanup(dvr_config_t *cfg)
time_t stoptime;
int64_t requiredBytes, maximalBytes, availBytes, usedBytes, diskBytes;
int64_t clearedBytes = 0, fileSize;
unsigned long int filesystemId;
uint64_t filesystemId;
struct statvfs diskdata;
struct tm tm;
int loops = 0;
Expand Down

0 comments on commit 92d9bf1

Please sign in to comment.