CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2013/01/20 13:29:02
Modified files: lib/libc/time : wcsftime.c Log message: Properly handle "%%" and "%N" where N is not a supported escape. This is consistent with strftime(3) behavior. OK stsp@