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

Diff for /src/usr.bin/less/main.c between version 1.30 and 1.31

version 1.30, 2015/11/14 20:13:29 version 1.31, 2015/11/20 16:22:33
Line 315 
Line 315 
 estrdup(const char *str)  estrdup(const char *str)
 {  {
         char *n;          char *n;
   
         n = strdup(str);          n = strdup(str);
         if (n == NULL) {          if (n == NULL) {
                 error("Cannot allocate memory", NULL);                  error("Cannot allocate memory", NULL);

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31