We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cfa08 commit a88b27eCopy full SHA for a88b27e
BmpHeaderViewer/JpegToDib.cpp
@@ -323,6 +323,8 @@ void set_error_manager(j_common_ptr pjInfo, j_error_mgr* pjError)
323
pjError->error_exit = my_error_exit;
324
pjError->output_message = my_output_message;
325
pjError->emit_message = my_emit_message;
326
+
327
+ // Add application-specific error messages
328
pjError->addon_message_table = my_message_table;
329
pjError->first_addon_message = JMSG_FIRSTADDONCODE;
330
pjError->last_addon_message = JMSG_LASTADDONCODE;
0 commit comments