/[gnats]/gnats/gnats/file-pr.c
ViewVC logotype

Diff of /gnats/gnats/file-pr.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.54 by andrewg, Sun Oct 26 07:33:26 2003 UTC revision 1.55 by hatzis, Thu Feb 24 19:21:12 2005 UTC
# Line 118  createNewPRFile (PR *pr, int flag_autocr Line 118  createNewPRFile (PR *pr, int flag_autocr
118          }          }
119      }      }
120    
121    if (submitter->admFields[SubmitterAdmRtime][0] != '\0')    if (submitter->admFields[SubmitterAdmRtime] == NULL ||
122          submitter->admFields[SubmitterAdmRtime][0] == '\0')
123      {      {
124        submitter_rtime = atoi (submitter->admFields[SubmitterAdmRtime]);        submitter_rtime = -1;
125      }      }
126    else    else
127      {      {
128        submitter_rtime = -1;        submitter_rtime = atoi (submitter->admFields[SubmitterAdmRtime]);
129      }      }
130    
131    /* If originator wasn't set, try to get the value from the From mail    /* If originator wasn't set, try to get the value from the From mail

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26