from.c
updated.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -250,7 +250,7 @@ main(int argc, char *argv[]) | ... | @@ -250,7 +250,7 @@ main(int argc, char *argv[]) |
250 | } | 250 | } |
251 | header_gvalue (buffer, size, MU_HDR_FROM, from, sizeof (from), NULL); | 251 | header_gvalue (buffer, size, MU_HDR_FROM, from, sizeof (from), NULL); |
252 | header_gvalue (buffer, size, MU_HDR_SUBJECT, subject, | 252 | header_gvalue (buffer, size, MU_HDR_SUBJECT, subject, |
253 | sizeof (subject), NULL); | 253 | sizeof (subject), NULL); |
254 | 254 | ||
255 | printf("%s %s\n", from, subject); | 255 | printf("%s %s\n", from, subject); |
256 | } | 256 | } | ... | ... |
-
Please register or sign in to post a comment