comparison src/header.c @ 322:01d2f7a17bf0

hinted that the debug output of folded headers prints only the first line
author meillo@marmaro.de
date Fri, 03 Jun 2011 09:40:03 +0200
parents 3e3c280ca5b2
children 41958685480d
comparison
equal deleted inserted replaced
321:412385b57dc4 322:01d2f7a17bf0
302 } 302 }
303 hdr->id = (header_id) i; 303 hdr->id = (header_id) i;
304 hdr->header = g_strdup(line); 304 hdr->header = g_strdup(line);
305 hdr->value = hdr->header + (hdr->value - line); 305 hdr->value = hdr->header + (hdr->value - line);
306 306
307 DEBUG(4) debugf("header: %d = %s", hdr->id, hdr->header); 307 DEBUG(4) debugf("header: %d = %s[...]", hdr->id, hdr->header);
308 /* Note: This only outputs the first line if the header is folded */ 308 /* Note: This only outputs the first line if the header is folded */
309 309
310 return hdr; 310 return hdr;
311 } 311 }