OpenCores
URL https://opencores.org/ocsvn/mlite/mlite/trunk

Subversion Repositories mlite

[/] [mlite/] [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;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.