Skip to content

Commit

Permalink
Change warning about error correction into note
Browse files Browse the repository at this point in the history
  • Loading branch information
not-a-user committed Oct 25, 2017
1 parent 5c5628b commit cf86fa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ raw2iso <track-mode> [<sub-channel-mode>] < INPUT.BIN > OUTPUT.ISO
`MODE2_FORM1` | `MODE2_FORM2` | `MODE2_FORM_MIX`
- `<sub-channel-mode>`: `RW` | `RW_RAW`

**Warning**: Error correction/detection data is **not** checked (try
[edccchk](https://github.com/claunia/edccchk)) and errors are **not**
corrected! (Finding this type of errors in an image is unlikely, because
Note: Error correction/detection data is not checked (try
[edccchk](https://github.com/claunia/edccchk)) and errors are not
corrected. (Finding this type of errors in an image is unlikely, because
[CIRC](https://en.wikipedia.org/wiki/Cross-interleaved_Reed%E2%80%93Solomon_coding)
detects/corrects errors when reading from the disk.)

Expand Down
4 changes: 2 additions & 2 deletions raw2iso.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ static void usage(char const * argv0)
"\n"
"(See cdrdao(1) -> TOC FILES -> Track Specification -> TRACK.)\n"
"\n"
"WARNING: Error correction/detection data is NOT checked (try\n"
"https://github.com/claunia/edccchk) and errors are NOT corrected!\n"
"Note: Error correction/detection data is not checked (try\n"
"https://github.com/claunia/edccchk) and errors are not corrected.\n"
"\n"
"raw2iso %s - https://github.com/not-a-user/raw2iso\n",
argv0, RAW2ISO_VERSION);
Expand Down

0 comments on commit cf86fa3

Please sign in to comment.