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

Diff for /src/usr.bin/make/direxpand.c between version 1.5 and 1.6

version 1.5, 2010/07/19 19:30:37 version 1.6, 2015/01/23 13:18:40
Line 298 
Line 298 
 static void  static void
 DirPrintWord(void *word)  DirPrintWord(void *word)
 {  {
         printf("%s ", (char *)word);          char *s = word;
           printf("%s ", s);
 }  }
   
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6