Skip to content

Commit

Permalink
Added arithmetic operation overflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
D4N committed Oct 15, 2017
1 parent fd3711f commit da67c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/error.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ namespace {
{ 56, N_("invalid type value detected in Image::printIFDStructure") },
{ 57, N_("invalid memory allocation request") },
{ 58, N_("corrupted image metadata") },
{ 59, N_("Arithmetic operation overflow") },
};

}
Expand Down

0 comments on commit da67c16

Please sign in to comment.