On Mon, 22 Dec 2025 12:48:07 GMT, Alexander Zvegintsev <[email protected]> 
wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Combine fprintf
>
> src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp line 101:
> 
>> 99: 
>> 100:     fprintf(logfile, "%s", tmpbuf);
>> 101:     fprintf(logfile, "\n");
> 
> Suggestion:
> 
>     fprintf(logfile, "%s\n", tmpbuf);

Updated, thanks!

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28950#discussion_r2641152237

Reply via email to