2005-01-24 [colin] 1.0.0cvs11.1

* src/procheader.c
		Sync with HEAD
This commit is contained in:
Colin Leroy 2005-01-24 09:13:49 +00:00
parent 8424a40fe9
commit 9ef90ba7c0
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2005-01-24 [colin] 1.0.0cvs11.1
* src/procheader.c
Sync with HEAD
2005-01-24 [colin] 1.0.0cvs10.1
* src/folderview.c

View file

@ -339,3 +339,4 @@
( cvs diff -u -r 1.395.2.45 -r 1.395.2.46 src/summaryview.c; cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/gtk/quicksearch.c; ) > 1.0.0cvs8.1.patchset
( cvs diff -u -r 1.23.2.6 -r 1.23.2.7 src/crash.c; ) > 1.0.0cvs9.1.patchset
( cvs diff -u -r 1.207.2.25 -r 1.207.2.26 src/folderview.c; ) > 1.0.0cvs10.1.patchset
( cvs diff -u -r 1.47.2.12 -r 1.47.2.13 src/procheader.c; ) > 1.0.0cvs11.1.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=0
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=10
EXTRA_VERSION=11
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=.1

View file

@ -974,9 +974,11 @@ gint procheader_get_header_from_msginfo(MsgInfo *msginfo, gchar *buf, gint len,
{
gchar *file;
FILE *fp;
HeaderEntry hentry[]={ { header, NULL, TRUE },
{ NULL, NULL, FALSE } };
HeaderEntry hentry[]={ { NULL, NULL, TRUE },
{ NULL, NULL, FALSE } };
gint val;
hentry[0].name = header;
g_return_val_if_fail(msginfo != NULL, -1);
file = procmsg_get_message_file_path(msginfo);