tidying
[exim.git] / src / src / mime.c
index 8f30bcc8a7c4979e22155840bf7a1c69548f3675..ddf923c254b603314242a444da192ccc0220f72d 100644 (file)
@@ -501,7 +501,7 @@ uschar * header = NULL;
 struct mime_boundary_context nested_context;
 
 /* reserve a line buffer to work in.  Assume tainted data. */
-header = store_get(MIME_MAX_HEADER_SIZE+1, TRUE);
+header = store_get(MIME_MAX_HEADER_SIZE+1, GET_TAINTED);
 
 /* Not actually used at the moment, but will be vital to fixing
  * some RFC 2046 nonconformance later... */