El día Tuesday, November 02, 2010 a las 07:22:06PM +0100, Ed Schouten escribió:

> Right after I sent my message I noticed this line of C code:
> 
> * Ed Schouten <[email protected]>, 20101102 19:20:
> >                      if (!(statb.st_mode & 020)) /* ?character device? */
> 
> This should of course be rewritten to something like:
> 
>                       if (!S_ISCHR(statb.st_mode))

I think this is rather a bug in the original KDE sources and not caused
by the FreeBSD's KDE porters, isn't it?

        matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <[email protected]> - w http://www.unixarea.de/
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to