In article <[email protected]>, Simon J. Gerraty <[email protected]> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: sjg >Date: Fri Aug 31 07:00:36 UTC 2012 > >Modified Files: > src/usr.bin/make: main.c > >Log Message: >Cast sizeof() to int, which is sufficent and consistent with other use >within make.
snprintf() can return -1 so the second part is wrong. christos
