Skip to content

Commit

Permalink
mendex: forgot initialization (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminophen committed Jun 11, 2021
1 parent f608b5d commit 416dca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/texk/mendexk/fwrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void indwrite(char *filename, struct index *ind, int pagenum)
{
int i,j,hpoint=0;
char datama[2048],lbuff[BUFFERLEN];
FILE *fp;
FILE *fp=NULL;
int conv_euc_to_euc;

if (filename && kpse_out_name_ok(filename))
Expand Down

0 comments on commit 416dca8

Please sign in to comment.