CVSROOT: /cvs Module name: src Changes by: mes...@cvs.openbsd.org 2018/08/24 05:31:17
Modified files: games/canfield/cfscores: cfscores.c Log message: During our refactor with tedu@ tb@ and myself we moved the score file to the user's home folder and setgid was removed. Therefore it's not possible to have a single score file with all the users anymore but we forgot to change a comment that still implied that. Suggested by tb@ to just delete the comment.