From 02fe82df754d3ec5a0a68a5fe1c0a020863afdf3 Mon Sep 17 00:00:00 2001 From: horchi Date: Wed, 3 Oct 2018 10:45:40 +0200 Subject: 2018-10-03: version 1.1.144 (horchi)\n change: Fixed g++-8 warnings\n\n --- PLUGINS/epgdata/epgdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PLUGINS') diff --git a/PLUGINS/epgdata/epgdata.c b/PLUGINS/epgdata/epgdata.c index d368d30..9ad4b35 100644 --- a/PLUGINS/epgdata/epgdata.c +++ b/PLUGINS/epgdata/epgdata.c @@ -196,7 +196,7 @@ int Epgdata::initDb() stat(file, &sb); free(file); - asprintf(&tag, "%ld", sb.st_size); + asprintf(&tag, "%" PRId64, sb.st_size); asprintf(&fileRef, "%s-%s", dp->d_name, tag); // store file and let tag NULL to indicate that processing is needed -- cgit v1.2.3