Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
dialog
textbox-file_size.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File textbox-file_size.patch of Package dialog
--- textbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- textbox.c +++ textbox.c 2018-05-29 08:53:10.083934467 +0000 @@ -92,7 +92,7 @@ lseek_end(MY_OBJ * obj, long offset) { long actual = lseek_obj(obj, offset, SEEK_END); - if (actual > offset) { + if (offset == 0L && actual > offset) { obj->file_size = actual; } }
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