Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
fvwm2
fvwm-no-date-time.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fvwm-no-date-time.patch of Package fvwm2
--- fvwm/session.c.orig +++ fvwm/session.c @@ -135,7 +135,7 @@ static char *get_version_string(void) { /* migo (14-Mar-2001): it is better to manually update a version string * in the stable branch, otherwise saving sessions becomes useless */ - return CatString3(VERSION, ", ", __DATE__); + return CatString3(VERSION, ", ", "??? ?? ????"); /* return "2.6-0"; */ } --- fvwm/fvwm.c.orig +++ fvwm/fvwm.c @@ -1298,8 +1298,8 @@ static void setVersionInfo(void) int support_len; /* Set version information string */ - sprintf(version_str, "fvwm %s%s compiled on %s at %s", - VERSION, VERSIONINFO, __DATE__, __TIME__); + sprintf(version_str, "fvwm %s%s", + VERSION, VERSIONINFO); Fvwm_VersionInfo = safestrdup(version_str); sprintf(license_str,
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