Skip to content

Commit

Permalink
Update class_rtcimage.dita
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyuagora committed Oct 24, 2024
1 parent f3ec7b6 commit a46fb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 a46fb6c

Please sign in to comment.