Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
None
Description
reactos-bootcd-0.4.15-dev-5137-g826bd41-x86-gcc-lin-dbg
Enter an invalid date : "missing line feed" in case of invalid date for "date" cmd
(note : 31/12/9999 is not "stricto sensu" an invalid date....)
Guilty code is STRING_DATE_ERROR definition, should start by "\n" : https://git.reactos.org/?p=reactos.git&a=search&h=ee11747527d0a4ffff60f5d0b1ee820001ac9319&st=grep&s=STRING_DATE_ERROR
Patching STRING_DATE_ERROR "Date invalide." to STRING_DATE_ERROR "\nDate invalide." (same for all base/shell/cmd/lang/*.rc files)
Note : same bug on "time" cmd (but I won't open a second ticket)
Same fix with STRING_TIME_ERROR1 in the same base/shell/cmd/lang/*.rc files