gnats-diffs
[Top][All Lists]
Advanced

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

Changes to gnats/gnats/file-pr.c


From: Andrew J. Gray
Subject: Changes to gnats/gnats/file-pr.c
Date: Sun, 26 Oct 2003 02:33:27 -0500

Index: gnats/gnats/file-pr.c
diff -c gnats/gnats/file-pr.c:1.53 gnats/gnats/file-pr.c:1.54
*** gnats/gnats/file-pr.c:1.53  Sat Aug 30 03:58:14 2003
--- gnats/gnats/file-pr.c       Sun Oct 26 02:33:26 2003
***************
*** 130,136 ****
    /* If originator wasn't set, try to get the value from the From mail
       header.  This is what users usually expect. */
    {
!     FieldIndex idx_origin = find_field_index (database, "Originator");
      const char *value_origin = (idx_origin == InvalidFieldIndex
                                ? NULL
                                : field_value (pr, idx_origin));
--- 130,136 ----
    /* If originator wasn't set, try to get the value from the From mail
       header.  This is what users usually expect. */
    {
!     FieldIndex idx_origin = ORIGINATOR (database);
      const char *value_origin = (idx_origin == InvalidFieldIndex
                                ? NULL
                                : field_value (pr, idx_origin));




reply via email to

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