Changed all instances of
authorArt Cancro <ajc@citadel.org>
Fri, 3 Oct 2008 17:04:44 +0000 (17:04 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 3 Oct 2008 17:04:44 +0000 (17:04 +0000)
commit18d8a713fda0a8a8bdb8cb2a6dbb1b1136d6b3ef
treec883dc07644358f75a1dcee6eb36f8391ea68006
parentc87a13b70c434787bf5d8b4d9745fc260c4d6733
Changed all instances of
  x = strdup(icalcomponent_as_ical_string(y))
to
  x = icalcomponent_as_ical_string_r(y)
to eliminate the second buffer and move to the new API.
citadel/modules/calendar/serv_calendar.c