Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
M17N
t1lib
t1lib-5.1.2-t1.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File t1lib-5.1.2-t1.patch of Package t1lib
Index: t1lib-5.1.2/lib/t1lib/t1base.c =================================================================== --- t1lib-5.1.2.orig/lib/t1lib/t1base.c +++ t1lib-5.1.2/lib/t1lib/t1base.c @@ -905,6 +905,16 @@ static int test_for_t1_file( char *buffe free(FullName); return(0); } + + + /* Fourth case: A Postscript Font t1 File */ + buffer[i+1] = 't'; + buffer[i+2] = '1'; + buffer[i+3] = 0; + if ((FullName=intT1_Env_GetCompletePath(buffer,T1_PFAB_ptr))!=NULL) { + free(FullName); + return(0); + } /* If we get here no file was found => Set buffer to an empty string and return -1 */
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