SuSE compile fixes
This commit is contained in:
parent
d52ae4f113
commit
120deb862b
@ -7,6 +7,9 @@ v0.81.3 17-Oct-2005
|
||||
mbcico:
|
||||
Changed uLongf to unsigned long in hydra driver.
|
||||
|
||||
mbsetup:
|
||||
SuSE compile fix.
|
||||
|
||||
|
||||
v0.81.2 14-Oct-2005 - 17-Oct-2005.
|
||||
|
||||
|
@ -684,7 +684,7 @@ int tic_group_doc(FILE *fp, FILE *toc, int page)
|
||||
{
|
||||
char *temp, group[13];
|
||||
FILE *ti, *wp, *ip, *no;
|
||||
int refs, i, First = TRUE;;
|
||||
int refs, i, First = TRUE;
|
||||
time_t tt;
|
||||
|
||||
temp = calloc(PATH_MAX, sizeof(char));
|
||||
|
@ -46,10 +46,10 @@ extern int do_quiet;
|
||||
|
||||
void dlcount(void)
|
||||
{
|
||||
char *temp, *p, *q, *date, *file, *base, month[20];
|
||||
char *temp, *p, *q = NULL, *date, *file, *base, month[20];
|
||||
FILE *fp;
|
||||
int i, date_ok, file_ok, result, filesize;
|
||||
time_t filedate, lastcheck;
|
||||
time_t filedate = (time_t)0, lastcheck;
|
||||
struct tm tm;
|
||||
|
||||
temp = calloc(PATH_MAX, sizeof(char));
|
||||
|
Reference in New Issue
Block a user