Closed ysbaddaden closed 8 years ago
I just got: "can't parse value of constant O_RDONLY: 00"
I suppose we should transform the value to 0o0 when value starts with a 0.
0o0
0
I just got: "can't parse value of constant O_RDONLY: 00"
I suppose we should transform the value to
0o0
when value starts with a0
.