mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-04-17 23:37:02 +00:00
Document octal formatting bug fix.
This commit is contained in:
parent
84401b4e97
commit
0274b0ba83
2
cc.notes
2
cc.notes
@ -2172,6 +2172,8 @@ int foo(int[42]);
|
||||
|
||||
242. In the fprintf() family of functions, the '0' flag should be ignored if '-' was also specified.
|
||||
|
||||
243. In the fprintf() family of functions, when a conversion specification like "%#.0o" is used with the value 0, it should print "0" (rather than nothing).
|
||||
|
||||
-- Bugs from C 2.1.0 that have been fixed -----------------------------------
|
||||
|
||||
1. In some situations, fread() reread the first 1K or so of the file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user