Skip to content

Commit

Permalink
MAYA-107303 - UFE: crash (debug only) in MEL parser with multiple UFE…
Browse files Browse the repository at this point in the history
… items in single string

* minor - code review and style fix.
  • Loading branch information
seando-adsk committed Jan 6, 2021
1 parent dfe619c commit 18aba71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mayaUsd/ufe/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ template <> struct iterator_traits<MStringArray::Iterator>
#endif

namespace {
static constexpr auto kIllegalUSDPath = "Illegal USD run-time path %s.";
constexpr auto kIllegalUSDPath = "Illegal USD run-time path %s.";
}

namespace MAYAUSD_NS_DEF {
Expand Down

0 comments on commit 18aba71

Please sign in to comment.