Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP5
filezilla
filezilla-3.22.2-buildinfo-no-date.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File filezilla-3.22.2-buildinfo-no-date.patch of Package filezilla
diff -Pdpru filezilla-3.22.2.2.orig/src/interface/buildinfo.cpp filezilla-3.22.2.2/src/interface/buildinfo.cpp --- filezilla-3.22.2.2.orig/src/interface/buildinfo.cpp 2016-10-12 14:35:42.000000000 +0200 +++ filezilla-3.22.2.2/src/interface/buildinfo.cpp 2016-11-21 00:47:13.020735641 +0100 @@ -12,7 +12,7 @@ std::wstring CBuildInfo::GetBuildDateStr { // Get build date. Unfortunately it is in the ugly Mmm dd yyyy format. // Make a good yyyy-mm-dd out of it - std::wstring date = fz::to_wstring(__DATE__); + std::wstring date = fz::to_wstring(_T("")); while (date.find(L" ") != std::wstring::npos) { fz::replace_substrings(date, L" ", L" "); } @@ -59,7 +59,7 @@ std::wstring CBuildInfo::GetBuildDateStr std::wstring CBuildInfo::GetBuildTimeString() { - return fz::to_wstring(__TIME__); + return fz::to_wstring(_T("")); } fz::datetime CBuildInfo::GetBuildDate()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor