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

Diff for /src/usr.bin/make/job.c between version 1.139 and 1.140

version 1.139, 2017/01/21 12:35:40 version 1.140, 2017/12/19 13:51:13
Line 220 
Line 220 
 shortened_curdir(void)  shortened_curdir(void)
 {  {
         static BUFFER buf;          static BUFFER buf;
         bool first = true;          static bool first = true;
         if (first) {          if (first) {
                 Buf_Init(&buf, 0);                  Buf_Init(&buf, 0);
                 buf_addcurdir(&buf);                  buf_addcurdir(&buf);

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140