changed checkExitCode's type to UC
This commit is contained in:
parent
0702dd26cd
commit
c1c0e41a33
@ -11,7 +11,7 @@
|
||||
outputFlags decryptText(char *text, char *keyNew)
|
||||
{
|
||||
//CHECK VARIABLE
|
||||
int checkExitCode;
|
||||
unsigned char checkExitCode;
|
||||
|
||||
//TIME VARIABLES
|
||||
struct timeval startTime;
|
||||
|
@ -11,7 +11,7 @@
|
||||
outputFlags encryptText(char *text, char *keyNew)
|
||||
{
|
||||
//CHECK VARIABLE
|
||||
int checkExitCode;
|
||||
unsigned char checkExitCode;
|
||||
|
||||
//TIME VARIABLES
|
||||
struct timeval startTime;
|
||||
|
Loading…
x
Reference in New Issue
Block a user