cvs commit: src/games/random random.c

Stefan Farfeleder stefanf at FreeBSD.org
Sun Oct 3 08:34:15 PDT 2004


stefanf     2004-10-03 15:34:15 UTC

  FreeBSD src repository

  Modified files:
    games/random         random.c 
  Log:
  Properly initialise 'filename' so that random -l doesn't try to open NULL.
  
  Const-qualify 'filename' to avoid a strdup() call due to -Wwrite-strings
  silliness.
  
  Revision  Changes    Path
  1.16      +4 -5      src/games/random/random.c


More information about the cvs-src mailing list