Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring0rb
fillup
fillup-nodate.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fillup-nodate.patch of Package fillup
Index: SRC/services.c =================================================================== --- SRC/services.c.orig +++ SRC/services.c @@ -263,11 +263,15 @@ displayVersion ) { static const char *versionString = - "This is fillup, version %1.2f, compiled on %s\n\n"; + "This is fillup, version %1.2f\n\n"; - if( ( int )( strlen( versionString ) + strlen( __DATE__ ) - 3 ) != - fprintf( stderr, versionString, VERSION, __DATE__ ) ) + if( ( int )( strlen( versionString ) - 1 ) != + fprintf( stderr, versionString, VERSION ) ) { +int res= fprintf( stderr, versionString, VERSION ); + +fprintf (stderr,"strlen: %d, res: %d\n", strlen( versionString ), res); + fillup_exception( __FILE__, __LINE__, ServiceException, "displayVersion" ); exitOnFailure( );
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