diff options
Diffstat (limited to 'src/state.cpp')
-rw-r--r-- | src/state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.cpp b/src/state.cpp index 50981a6..96f7268 100644 --- a/src/state.cpp +++ b/src/state.cpp | |||
@@ -136,7 +136,7 @@ namespace { | |||
136 | kConfigRegKey.pushValue(L1_); // L1_: config | 136 | kConfigRegKey.pushValue(L1_); // L1_: config |
137 | // copy settings from from source to destination registry | 137 | // copy settings from from source to destination registry |
138 | InterCopyContext _c{ U_, L2_, L1_, {}, {}, {}, {}, {} }; | 138 | InterCopyContext _c{ U_, L2_, L1_, {}, {}, {}, {}, {} }; |
139 | if (_c.inter_move(1) != InterCopyResult::Success) { // L1_: L2_: config | 139 | if (_c.interMove(1) != InterCopyResult::Success) { // L1_: L2_: config |
140 | raise_luaL_error(L1_, "failed to copy settings when loading " kLanesCoreLibName); | 140 | raise_luaL_error(L1_, "failed to copy settings when loading " kLanesCoreLibName); |
141 | } | 141 | } |
142 | // set L2:_R[kConfigRegKey] = settings | 142 | // set L2:_R[kConfigRegKey] = settings |