Skip to content

Commit

Permalink
Merge branch 'AcademySoftwareFoundation:main' into eraseattr
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhillman authored Mar 22, 2024
2 parents 40e3c04 + bfbdccb commit 79389ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# initial clang-format run
2a24ae77ab94f4c06b102eba73feb52e2f90cb46
# clang-format run 17-Mar-2024
36182929aec96dcf478495be00bd1b137a927847
84f58b85aef7a7844f0d3bfb1301e778eb22e42c
2 changes: 1 addition & 1 deletion src/lib/OpenEXRCore/internal_dwa_compressor.h
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@ DwaCompressor_classifyChannels (DwaCompressor* me)
prefixMap,
me->_numChannels,
curc->channel_name,
(size_t) (curc->channel_name - suffix));
(size_t) (suffix - curc->channel_name));

for (size_t i = 0; i < me->_channelRuleCount; ++i)
{
Expand Down

0 comments on commit 79389ac

Please sign in to comment.