Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15-SP5:Update
metamail
metamail-2.7-19-getline.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File metamail-2.7-19-getline.dif of Package metamail
--- a/metamail/uue.c +++ b/metamail/uue.c @@ -33,7 +33,7 @@ FILE *outfp; } int -getline (buf, size, fp) +my_getline (buf, size, fp) char *buf; int size; FILE *fp; @@ -73,7 +73,7 @@ int *ctptr; char buf[63]; while (1) { - if (getline (buf, sizeof buf, infp) < 0) { + if (my_getline (buf, sizeof buf, infp) < 0) { fprintf (stderr, "Premature EOF!\n"); return; } @@ -85,7 +85,7 @@ int *ctptr; } } while (1) { - if (getline (buf, sizeof buf, infp) < 0) { + if (my_getline (buf, sizeof buf, infp) < 0) { fprintf (stderr, "Premature EOF!\n"); return; }
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