Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
Publishing
gnuplot
gnuplot-doc2tex.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnuplot-doc2tex.patch of Package gnuplot
Do not scan more characters we actual have. --- docs/doc2tex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- docs/doc2tex.c +++ docs/doc2tex.c 2024-06-03 07:11:02.870049141 +0000 @@ -553,8 +553,9 @@ puttex( char *str, FILE *file) (void) fputs("}", file); inquote = FALSE; } else { + size_t lmax = strlen(str); (void) fputs("{\\bf ", file); - for (i=0; i<MAX_LINE_LEN && ((c=str[i]) != '`') ; i++){ + for (i=0; i<lmax && ((c=str[i]) != '`') ; i++){ string[i] = c; } string[i] = NUL;
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