[BACK]Return to edit.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail

Diff for /src/usr.bin/mail/edit.c between version 1.13 and 1.14

version 1.13, 2004/05/10 15:25:51 version 1.14, 2006/10/10 21:38:16
Line 94 
Line 94 
                         char *p;                          char *p;
   
                         printf("Edit message %d [ynq]? ", msgvec[i]);                          printf("Edit message %d [ynq]? ", msgvec[i]);
                         if (fgets(buf, sizeof(buf), stdin) == 0)                          if (fgets(buf, sizeof(buf), stdin) == NULL)
                                 break;                                  break;
                         for (p = buf; *p == ' ' || *p == '\t'; p++)                          for (p = buf; *p == ' ' || *p == '\t'; p++)
                                 ;                                  ;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14