Skip to content

Commit

Permalink
New translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilla-luodan committed Oct 24, 2024
1 parent 0f4243d commit 97dd6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/class_rtcimage.dita
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ struct FRtcImage

char* URLCharPtr = new char[url.Len() + 1];
FMemory::Memcpy(URLCharPtr, TCHAR_TO_UTF8(*url), url.Len());
URLCharPtr[url.Len()] = '\0';
URLCharPtr[url.Len()] = '\0';
AgoraData.url = URLCharPtr;
AgoraData.x = x;
AgoraData.y = y;
Expand Down

0 comments on commit 97dd6de

Please sign in to comment.