You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tex/lgrind/files/lgrind-3.67-fgets.patch

14 lines
530 B

Index: lgrind/source/lgutil.c
===================================================================
--- lgrind.orig/source/lgutil.c
+++ lgrind/source/lgutil.c
@@ -113,7 +113,7 @@ void Internal_Help_Language_List()
check=0;
if (*config=='\n' || config[strlen(config)-2]!='\\')
check=1;
- if (fgets(config, BUFFERSIZE, tf)==NULL) break;
+ if (fgets(config, BUFFERSIZE/4, tf)==NULL) break;
if (check!=0) AddToLList(config, &currlch, &llch);
} while (strcmp((*currlch).name, "EndOfLanguageDefinitions")!=0);
rch=lch;