Subversion Repositories Kolibri OS

Rev

Rev 3031 | Rev 5056 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3031 Rev 4279
Line 547... Line 547...
547
static noinline_for_stack
547
static noinline_for_stack
548
char *string(char *buf, char *end, const char *s, struct printf_spec spec)
548
char *string(char *buf, char *end, const char *s, struct printf_spec spec)
549
{
549
{
550
	int len, i;
550
	int len, i;
Line 551... Line 551...
551
 
551
 
552
	if ((unsigned long)s < PAGE_SIZE)
552
    if (s == NULL)
Line 553... Line 553...
553
		s = "(null)";
553
		s = "(null)";
Line 554... Line 554...
554
 
554