diff --git a/trunk/src/app/srs_app_utility.cpp b/trunk/src/app/srs_app_utility.cpp index 7f25b82fe..512661326 100644 --- a/trunk/src/app/srs_app_utility.cpp +++ b/trunk/src/app/srs_app_utility.cpp @@ -161,11 +161,6 @@ string srs_path_build_timestamp(string template_path) // the buffer to format the date and time. char buf[64]; - // [2006], replace with current year. - if (true) { - snprintf(buf, sizeof(buf), "%d", 1900 + tm->tm_year); - path = srs_string_replace(path, "[2006]", buf); - } // [2006], replace with current year. if (true) { snprintf(buf, sizeof(buf), "%04d", 1900 + tm->tm_year);