Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:local
openSUSE:12.2:ARM
mlterm
cast-from-pointer-to-integer-of-different-size....
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cast-from-pointer-to-integer-of-different-size.patch of Package mlterm
Index: mlterm/ml_config_proto.c =================================================================== --- mlterm/ml_config_proto.c.orig +++ mlterm/ml_config_proto.c @@ -128,7 +128,7 @@ ml_gen_proto_challenge(void) return 0 ; } - srand( (u_int)(time(NULL) + (int)challenge)) ; + srand( (u_int)(time(NULL) + (time_t)challenge)) ; sprintf( challenge , "%d" , rand()) ; write( fd , challenge , strlen(challenge)) ;
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