Re: * utilvfs.c (is_localized_month): segfault fix
- From: Pavel Tsekov <ptsekov gmx net>
- To: "Andrew V. Samoilov" <andrew email zp ua>
- Cc: mc-devel gnome org
- Subject: Re: * utilvfs.c (is_localized_month): segfault fix
- Date: Fri, 8 Apr 2005 10:39:46 +0300
Hello,
On Thu, 7 Apr 2005, Andrew V. Samoilov wrote:
+ while ((i < 3) && *month && !isdigit (*month) && !iscntrl (*month)
+ && !ispunct (*month)) {
What about changing the above to:
while ((i < 3) && *month && isalpha (*month))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]