git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6012
d7cf8633-e32d-0410-b094-
e92efae38249
#endif
while(*text)
{
- int written = (int)write(1, text, strlen(text));
+ int written = (int)write(1, text, (int)strlen(text));
if(written <= 0)
break; // sorry, I cannot do anything about this error - without an output
text += written;
#endif
while(*text)
{
- int written = (int)write(1, text, strlen(text));
+ int written = (int)write(1, text, (int)strlen(text));
if(written <= 0)
break; // sorry, I cannot do anything about this error - without an output
text += written;