Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dnh
tin
tin-2.6.0-unread-not-lines.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tin-2.6.0-unread-not-lines.patch of Package tin
Index: tin-2.6.3/src/group.c =================================================================== --- tin-2.6.3.orig/src/group.c +++ tin-2.6.3/src/group.c @@ -1362,14 +1362,10 @@ build_sline( break; case 'L': /* lines */ - if (arts[j].line_count != -1) - strcat(buffer, tin_ltoa(arts[j].line_count, (int) grp_fmt.len_linecnt)); - else { - buf = buffer + strlen(buffer); - for (k = (int) grp_fmt.len_linecnt; k > 1; --k) - *buf++ = ' '; - *buf++ = '?'; - *buf = '\0'; + { + char tmp_buffer[5]; + STRCPY(tmp_buffer, tin_ltoa(sbuf.unread, 4)); + strncat(buffer, tmp_buffer, 4); } break;
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