Project

General

Profile

« Previous | Next » 

Revision 155

Added by markw about 11 years ago

Fix long filenames directories - must use directory path, not append long filename to path!

View differences:

fileselector.c
}
else
{
strcpy(dir + strlen(dir),"/");
strcpy(dir + strlen(dir),f);
//strcpy(dir + strlen(dir),"/");
//strcpy(dir + strlen(dir),f);
//printf("\nDIR DOWN:%s -> %s\n",f,dir);
strcpy(dir,dir_path(entry));
}
}
break;

Also available in: Unified diff