Skip to content

Commit

Permalink
FIX: using correct argument type to avoid compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Oct 24, 2017
1 parent d962f60 commit 1f3e2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/win32/dev-stdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ DEFINE_DEV(Dev_StdIO, "Standard IO", 1, Dev_Cmds, RDC_MAX, 0);
int value1 = 0;
int value2 = 0;
int attribute = -1;
int num;
long unsigned int num;
int len;
COORD coordScreen;
CONSOLE_SCREEN_BUFFER_INFO csbiInfo;
Expand Down

0 comments on commit 1f3e2ec

Please sign in to comment.