pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pan-users] ok what is this:


From: gaw zay
Subject: [Pan-users] ok what is this:
Date: Mon, 29 Apr 2002 19:25:34 -0400 (EDT)

** WARNING **: file util-file.c: line 328 func mbox_format_message: should not 
be reached, please report bug to address@hidden

I seem to always get this when I post a msg ... original or follow-up

ok let me see if I can figure this out ...

    if (!is_nonempty_string(author_address)) {
        pan_warn_if_reached ();
        author_address = _("address@hidden");
    }

and just to check what the test is:
#define is_nonempty_string(A) ((A) && *(A)!='\0')

I'll add         printf("author_address: %s\n", author_address);
in there between the warn and the assignment ...

author_address: (null)

author_address is an argument to mbox_format_message and the only time I see
it called is in pan/base/file-headers.c :

mbox = mbox_format_message (s->str, a->author_addr, a->date);

a is declared&initialized here:

      Article * a = ARTICLE(g_ptr_array_index(array,i));

I lose it here, sorry my C skillz just aren't that good I guess :-(
or Pan is giagantic. or both :-)

Any ideas charles? My posts work fine btw, addressed correctly etc.

brian
---
All progress is the work of fanatics
All fanatics are the work of progress
  5:00pm  up 19 days, 18:56,  7 users,  load average: 1.21, 0.49, 0.30




reply via email to

[Prev in Thread] Current Thread [Next in Thread]