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

Subversion Repositories plasma

[/] [plasma/] [trunk/] [kernel/] [netutil.c] - Diff between revs 400 and 411

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 400 Rev 411
Line 729... Line 729...
   for(;;)
   for(;;)
   {
   {
      bytes = OS_fdir(file, buf);
      bytes = OS_fdir(file, buf);
      if(bytes)
      if(bytes)
         break;
         break;
      if(buf[0] == 255)
      if((unsigned char)buf[0] == 255)
         continue;
         continue;
      bytes = OS_flength(buf);
      bytes = OS_flength(buf);
      sprintf(buf2, "%s:%d                    ", buf, bytes);
      sprintf(buf2, "%s:%d                    ", buf, bytes);
      bytes = strlen(buf2);
      bytes = strlen(buf2);
      bytes -= bytes % 20;
      bytes -= bytes % 20;

powered by: WebSVN 2.1.0

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