Skip to content

Commit

Permalink
finish debug for new feature. bump into v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc12345 committed Mar 21, 2022
1 parent 449dfdb commit 99613c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obj_export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ BOOL obj_export::GenCKObjectNameW(CKObject* obj, std::wstring* name) {
std::wstring conv_name, full_name;
if (obj == NULL) {
(*name) = L"all";
return;
return TRUE;
}
if (obj->GetName() != NULL) {
native_name = obj->GetName();
Expand Down

0 comments on commit 99613c1

Please sign in to comment.