Bug in ClockMail Applet



>From gnome-core 1.9
File applet/clockmail/properties.c

201c201
<  if (ad->mail_file == NULL || strcmp(buf,ad->mail_file) != 0)
---
>  if (strcmp(buf,ad->mail_file) != 0)

strcmp does not like when ad->mail_file is null.

If it is not the good place to send this, can you tel me where ?

Thank's



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]