diff options
| author | santoslgl01-web <santoslgl01@gmail.com> | 2026-04-29 15:27:15 -0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-05-12 01:48:19 +0300 |
| commit | 127fe9bc88ad19d8cbf69be9e09bf9fa2e7abd7b (patch) | |
| tree | 69fdb9ff8d0c517eb87f5fa7ee2cc8adeb97725f /indra/llkdu/llimagej2ckdu.cpp | |
| parent | a4e8f716a2cd682e1fd89eafbee45845648cdf72 (diff) | |
fix: replace non-ASCII source comments
Resolves #5664
Diffstat (limited to 'indra/llkdu/llimagej2ckdu.cpp')
| -rw-r--r-- | indra/llkdu/llimagej2ckdu.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llkdu/llimagej2ckdu.cpp b/indra/llkdu/llimagej2ckdu.cpp index cf45f93168..21e5bc0ab4 100644 --- a/indra/llkdu/llimagej2ckdu.cpp +++ b/indra/llkdu/llimagej2ckdu.cpp @@ -231,11 +231,11 @@ struct LLKDUMessageError : public LLKDUMessage { // According to the documentation nat found: // http://pirlwww.lpl.arizona.edu/resources/guide/software/Kakadu/html_pages/globals__kdu$mize_errors.html - // "If a kdu_error object is destroyed, handler→flush will be called with + // "If a kdu_error object is destroyed, handler->flush will be called with // an end_of_message argument equal to true and the process will // subsequently be terminated through exit. The termination may be // avoided, however, by throwing an exception from within the message - // terminating handler→flush call." + // terminating handler->flush call." // So throwing an exception here isn't arbitrary: we MUST throw an // exception if we want to recover from a KDU error. // Because this confused me: the above quote specifically refers to |
