Revision 155
Added by markw about 11 years ago
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;
|
Fix long filenames directories - must use directory path, not append long filename to path!