summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/misc.c b/apps/misc.c
index f95abb8..5b008f5 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -885,8 +885,8 @@ int get_replaygain_mode(bool have_track_gain, bool have_album_gain)
*/
void check_bootfile(bool do_rolo)
{
- static int wrtdate = 0;
- static int wrttime = 0;
+ static unsigned short wrtdate = 0;
+ static unsigned short wrttime = 0;
DIR* dir = NULL;
struct dirent* entry = NULL;