1 | | 1) yups i have missed the B_NO_ERROR == B_OK fact, now i'm using B_READ_ONLY_DEVICE for read only device |
2 | | 2) now i've used the space_separated identifiers(but haiku's guidelines says about using interCapsFormatting) |
3 | | 3) i've removed the result = rd_only_check, as u have pointed out it is overwritten anyway some lines next to it |
4 | | 4) now i've removed the // TODO comment |
| 1 | 1) yups i have missed the B_NO_ERROR == B_OK fact, now i'm using B_READ_ONLY_DEVICE for read only device [[BR]] |
| 2 | |
| 3 | 2) now i've used the space_separated identifiers(but haiku's guidelines says about using interCapsFormatting)[[BR]] |
| 4 | |
| 5 | 3) i've removed the result = rd_only_check, as u have pointed out it is overwritten anyway some lines next to it[[BR]] |
| 6 | |
| 7 | 4) now i've removed the // TODO comment [[BR]] |
| 8 | |