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

Diff for /src/usr.bin/window/Attic/string.c between version 1.3 and 1.4

version 1.3, 1997/02/25 00:04:18 version 1.4, 1998/04/26 22:49:06
Line 131 
Line 131 
 {  {
         register struct string *s;          register struct string *s;
   
         s = (struct string *) malloc((unsigned)l + str_offset);          s = (struct string *) malloc(l + str_offset);
         if (s == 0)          if (s == 0)
                 return 0;                  return 0;
         if (str_head.s_forw == 0)          if (str_head.s_forw == 0)

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