Skip to content

Commit f802929

Browse files
1 parent 1056b7d commit f802929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod/filesys.mod/filesys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ static void filesys_dcc_send(char *nick, char *from, struct userrec *u,
707707
static char *mktempfile(char *filename)
708708
{
709709
char rands[8], *tempname, *fn = filename;
710-
int l;
710+
size_t l;
711711

712712
make_rand_str(rands, sizeof rands - 1);
713713
l = strlen(filename);

0 commit comments

Comments
 (0)