Bugzilla – Bug 137380
asusfan-0.1-4: bad % specifier
Last modified: 2005-12-07 16:05:16 UTC
I just tried to compile package asusfan-0.1-4 with the Intel C compiler. It said main.c(219): warning #192: unrecognized character escape sequence main.c(219): warning #269: invalid format string conversion The source code is printf("Current Fan Speed: %d\%\n",libasus_get_gpu_pwmspeed(card)); Suggest new code printf("Current Fan Speed: %d%%\n",libasus_get_gpu_pwmspeed(card)); to shut the compiler up.
fixed in STABLE