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

Diff for /src/usr.bin/window/Attic/wwopen.c between version 1.7 and 1.8

version 1.7, 2001/11/19 19:02:18 version 1.8, 2002/08/12 00:42:56
Line 59 
Line 59 
         char m;          char m;
         short nvis;          short nvis;
   
         w = (struct ww *)calloc(sizeof (struct ww), 1);          w = (struct ww *)calloc(1, sizeof (struct ww));
         if (w == 0) {          if (w == 0) {
                 wwerrno = WWE_NOMEM;                  wwerrno = WWE_NOMEM;
                 goto bad;                  goto bad;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8