[Ecls-list] FW: ECL-CVS MSVC patches
András Páhi
pahi at info-m.hu
Tue Dec 12 08:51:14 UTC 2006
-----Eredeti üzenet-----
Feladó: András Páhi [mailto:pahia at t-online.hu]
Küldve: Monday, December 11, 2006 10:17 PM
Címzett: jjgarcia at users.sourceforge.net
Tárgy: ECL pathname.d patch
Hi,
Line 551 of pathname.d should be changed to:
if (start + 2 <= end && is_slash(ecl_char(s, start)) &&
since 'start' and 'end' is unsigned (was start <= end - 2).
This fixes the crash on ecl_min startup on Windows.
Line 746 of unixfsys.d should be changed to:
return parse_namestring(make_simple_base_string(buffer), 0, len, &ep,
Cnil);
since parse_namestring requires an cl_object (was simply buffer).
This fixes the crash on ecl startup on Windows.
With these changes the CVS version of ECL works fine ;)
Regards,
Andras Pahi
More information about the ecl-devel
mailing list