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

Diff for /src/usr.bin/find/find.c between version 1.22 and 1.23

version 1.22, 2017/01/04 09:21:26 version 1.23, 2018/08/01 06:39:58
Line 86 
Line 86 
         }          }
   
         /*          /*
          * if the user didn't specify one of -print, -ok or -exec, then -print           * if the user didn't specify one of -delete, -exec, -execdir,
          * is assumed so we bracket the current expression with parens, if           * -ls, -ok, -print or -print0, then -print is assumed so we
          * necessary, and add a -print node on the end.           * bracket the current expression with parens, if necessary,
            * and add a -print node on the end.
          */           */
         if (!isoutput) {          if (!isoutput) {
                 if (plan == NULL) {                  if (plan == NULL) {

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23