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 2 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