[syslinux] rosh patch

Sergii Kolisnyk kolkmail at gmail.com
Fri Mar 6 07:19:07 PST 2009


IMHO,

if your static checker is unsatisfied with simple

 int rosh_issp(char inc)
 {
       return ( ( inc == ' ') || ( inc == '\t') );
 }      /* ros_issp */

you should just make this function of type _Bool.

Sergii Kolisnyk




More information about the Syslinux mailing list