Fix for file naming issue for sim:nxffs configuration
This commit is contained in:
parent
d6b67eb05e
commit
ac5cda8daa
@ -205,7 +205,7 @@ static inline char nxffs_randchar(void)
|
|||||||
int value = rand() % 63;
|
int value = rand() % 63;
|
||||||
if (value == 0)
|
if (value == 0)
|
||||||
{
|
{
|
||||||
return '/';
|
return '0';
|
||||||
}
|
}
|
||||||
else if (value <= 10)
|
else if (value <= 10)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user