Removing control characters.

This commit is contained in:
mikep%oeone.com 2002-03-14 18:04:08 +00:00
parent 392378fcaa
commit 76b9fb2bbd

View File

@ -4,7 +4,7 @@
CREATOR: eric 26 July 2000
$Id: icalmime.c,v 1.3 2001/12/21 18:56:22 mikep%oeone.com Exp $
$Id: icalmime.c,v 1.4 2002/03/14 18:04:08 mikep%oeone.com Exp $
$Locker: $
(C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
@ -37,11 +37,11 @@
#ifdef DMALLOC
#include "dmalloc.h"
#endif
#ifdef WIN32
#define snprintf _snprintf
#define strcasecmp stricmp
#endif
#ifdef WIN32
#define snprintf _snprintf
#define strcasecmp stricmp
#endif
/* These *_part routines are called by the MIME parser via the
local_action_map */