From df71b07e9d2a376a86044c6d06b03c634a53bb32 Mon Sep 17 00:00:00 2001 From: BurroCargado Date: Thu, 29 Sep 2022 19:47:56 +0900 Subject: [PATCH] storage/curl: fix can't get timestamp of remote file --- NEWS | 2 ++ src/storage/plugins/CurlStorage.cxx | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index afea7e9c2..68729891e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.23.10 (not yet released) +* storage + - curl: fix file time stamps * decoder - ffmpeg: fix libfmt 9 compiler warning * encoder diff --git a/src/storage/plugins/CurlStorage.cxx b/src/storage/plugins/CurlStorage.cxx index f03fd13b8..1cf83639b 100644 --- a/src/storage/plugins/CurlStorage.cxx +++ b/src/storage/plugins/CurlStorage.cxx @@ -284,6 +284,7 @@ public: "" "" "" + "" "" ""); }