Revision 129 src/quote_fmt_parse.y

quote_fmt_parse.y (revision 129)
272 272
			if (body)
273 273
				fp = str_open_as_stream(body);
274 274
			else
275
				fp = procmime_get_first_text_content(msginfo);
275
				fp = procmime_get_first_text_content
276
					(msginfo, NULL);
276 277

  
277 278
			if (fp == NULL)
278 279
				g_warning("Can't get text part\n");
......
294 295
			if (body)
295 296
				fp = str_open_as_stream(body);
296 297
			else
297
				fp = procmime_get_first_text_content(msginfo);
298
				fp = procmime_get_first_text_content
299
					(msginfo, NULL);
298 300

  
299 301
			if (fp == NULL)
300 302
				g_warning("Can't get text part\n");
......
318 320
			if (body)
319 321
				fp = str_open_as_stream(body);
320 322
			else
321
				fp = procmime_get_first_text_content(msginfo);
323
				fp = procmime_get_first_text_content
324
					(msginfo, NULL);
322 325

  
323 326
			if (fp == NULL)
324 327
				g_warning("Can't get text part\n");
......
342 345
			if (body)
343 346
				fp = str_open_as_stream(body);
344 347
			else
345
				fp = procmime_get_first_text_content(msginfo);
348
				fp = procmime_get_first_text_content
349
					(msginfo, NULL);
346 350

  
347 351
			if (fp == NULL)
348 352
				g_warning("Can't get text part\n");

Also available in: Unified diff