URL
https://opencores.org/ocsvn/plasma/plasma/trunk
[/] [plasma/] [trunk/] [kernel/] [netutil.c] - Diff between revs 324 and 336
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 324 |
Rev 336 |
Line 573... |
Line 573... |
}
|
}
|
}
|
}
|
#ifdef DLL_SETUP
|
#ifdef DLL_SETUP
|
if(found == 0)
|
if(found == 0)
|
{
|
{
|
strcpy(buf, "/flash/bin/");
|
strcpy((char*)buf, "/flash/bin/");
|
strcat(buf, argv[0]);
|
strcat((char*)buf, argv[0]);
|
argv[0] = buf;
|
argv[0] = (char*)buf;
|
ConsoleRun(socket, argv);
|
ConsoleRun(socket, argv);
|
}
|
}
|
#endif
|
#endif
|
if(socket->state > IP_TCP)
|
if(socket->state > IP_TCP)
|
return;
|
return;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.