Console-Docs icon indicating copy to clipboard operation
Console-Docs copied to clipboard

Fix ExitError() param type in reading-input-buffer-events.md

Open Simran-B opened this issue 10 months ago • 1 comments

The declaration uses a constant string pointer but the definition had used a non-constant string pointer. The example only uses constant strings, so unifying the types to LPCSTR should be okay. Otherwise, both should be LPSTR to anticipate non-constant strings.

Simran-B avatar Apr 17 '24 11:04 Simran-B

Learn Build status updates of commit 6e759f9:

:white_check_mark: Validation status: passed

File Status Preview URL Details
docs/reading-input-buffer-events.md :white_check_mark:Succeeded View

For more details, please refer to the build report.

For any questions, please: