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

Subversion Repositories plasma

[/] [plasma/] [trunk/] [kernel/] [tcpip.c] - Diff between revs 425 and 430

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

Rev 425 Rev 430
Line 1649... Line 1649...
      ptr = (char*)arg0;
      ptr = (char*)arg0;
   else
   else
      rc = sprintf(buffer, format, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
      rc = sprintf(buffer, format, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
   length = strlen(ptr);
   length = strlen(ptr);
   IPWrite(socket, (unsigned char*)ptr, length);
   IPWrite(socket, (unsigned char*)ptr, length);
   if(socket->dontFlush == 0 || strstr(format, "\n"))
   if(socket->dontFlush == 0 || (socket->dontFlush < 2 && strstr(format, "\n")))
      IPWriteFlush(socket);
      IPWriteFlush(socket);
   return rc;
   return rc;
}
}
 
 
 
 

powered by: WebSVN 2.1.0

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