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

Diff for /src/usr.bin/dc/stack.c between version 1.3 and 1.4

version 1.3, 2003/09/28 19:29:33 version 1.4, 2003/10/18 20:34:26
Line 87 
Line 87 
         case BCODE_STRING:          case BCODE_STRING:
                 copy->u.string = strdup(a->u.string);                  copy->u.string = strdup(a->u.string);
                 if (copy->u.string == NULL)                  if (copy->u.string == NULL)
                         err(1, "cannot dup string");                          err(1, NULL);
                 break;                  break;
         }          }
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4