Fixed some warnings.

This commit is contained in:
jbo_85
2005-06-11 17:56:37 +00:00
parent 707e8dbe13
commit 07ec0c3f5b
3 changed files with 6 additions and 5 deletions

View File

@@ -124,10 +124,12 @@ char *generate_filename(void)
{
extern char fnames;
char *filename;
char *tmp = &fnames;
char *tmp2 = 0;
short i=0;
struct stat buf;
char *tmp = &fnames;
#ifdef __LINUX__
char *tmp2 = 0;
#endif
#ifdef __MSDOS__
filename = (char *)malloc(14);