mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Add a typecast to remove a warning
svn path=/trunk/; revision=24785
This commit is contained in:
@@ -283,7 +283,7 @@ DbgPrompt(PCCH OutputString,
|
||||
|
||||
/* Setup the output string */
|
||||
Output.Length = strlen (OutputString);
|
||||
Output.Buffer = OutputString;
|
||||
Output.Buffer = (PCHAR)OutputString;
|
||||
|
||||
/* Call the system service */
|
||||
return DebugPrompt(&Output, &Input);
|
||||
|
||||
Reference in New Issue
Block a user