lkml.org 
[lkml]   [2008]   [Jan]   [30]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 30 Jan 2008 01:12:45 -0500
FromPavel Roskin <>
SubjectRe: ndiswrapper and GPL-only symbols redux
Quoting Andi Kleen <andi@firstfloor.org>:

> Pavel Roskin <proski@gnu.org> writes:
>>   */
>> @@ -162,6 +163,7 @@ const char *print_tainted(void)
>>  	if (tainted) {
>>  		snprintf(buf, sizeof(buf), "Tainted: %c%c%c%c%c%c%c%c",
>>  			tainted & TAINT_PROPRIETARY_MODULE ? 'P' : 'G',
>> +			tainted & TAINT_BLOB_WRAPPER ? 'W' : ' ',
>
>
> Are you sure you don't need to add a new '%c' to the format string too?
> I think gcc should have warned.

You are right!  Thanks.

-- 
Regards,
Pavel Roskin


\
 
 \ /
  Last update: 2008-01-30 06:15    [from the cache]
©2003-2008