Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 committed Nov 10, 2023
1 parent fdf6258 commit a3f4ffb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/crt/libwindrv.crt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ extern "C" int __cdecl dprintf(const char *format, ...)

extern "C" int __cdecl puts(const char *_Str)
{
char Temp[] = {117, 23, 0};
Temp[0] ^= 80;
Temp[1] ^= 100;
char Temp[] = {'%', 's', '\n', 0};
return printf(Temp, _Str);
}

0 comments on commit a3f4ffb

Please sign in to comment.