X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fdtlogin%2Ffontpath.c;h=993a1b24f4c0c1687c781a158f68939e822d7a62;hb=1fdcd4c93d2edf000fc8e6278991774ec9e396e7;hp=265c6826d651389ed4c1c245d6886739ab447781;hpb=c3f74eec17c64cdeab814b9bf19eb5515ff50d52;p=oweals%2Fcde.git diff --git a/cde/programs/dtlogin/fontpath.c b/cde/programs/dtlogin/fontpath.c index 265c6826..993a1b24 100644 --- a/cde/programs/dtlogin/fontpath.c +++ b/cde/programs/dtlogin/fontpath.c @@ -58,7 +58,7 @@ static int PathInZList(char *path, char *fplist, int listlen); static int SeparateParts( char **path ); -static +static void DebugFontPath(char *note, char **path, int nelems) { int i; @@ -182,6 +182,8 @@ ApplyFontPathMods( struct display *d, Display *dpy ) if (fph) free(fph); if (fpt) free(fpt); XFreeFontPath(fontPath); + + return 1; } /* ___________________________________________________________________