Displaying 1 result from an estimated 1 matches for "mmhohman".
Did you mean:
mhohman
2005 Jan 01
1
Re: vpim: bug in icalendar.rb, Icalendar#decode_status
...7 Nov 2004 05:06:27 -0000 1.22
+++ vpim/icalendar.rb 2 Jan 2005 04:19:28 -0000
@@ -303,6 +303,8 @@
if match[1] && match[1] == ''-''
dur = -dur
end
+
+ dur
end
# Decode iCalendar data into an array of Icalendar objects.
Quoteing mmhohman@northwestern.edu, on Fri, Dec 10, 2004 at 11:49:30PM -0600:
> Hi,
>
> I''m running Ruby 1.8.2 preview 3 on OS X. At the end of
> Icalendar#decode_status, you don''t return dur if the duration isn''t
> negative, i.e.
>
> if match[1] && match[1...