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)
|
outputFlags decryptText(char *text, char *keyNew)
|
||||||
{
|
{
|
||||||
//CHECK VARIABLE
|
//CHECK VARIABLE
|
||||||
int checkExitCode;
|
unsigned char checkExitCode;
|
||||||
|
|
||||||
//TIME VARIABLES
|
//TIME VARIABLES
|
||||||
struct timeval startTime;
|
struct timeval startTime;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
outputFlags encryptText(char *text, char *keyNew)
|
outputFlags encryptText(char *text, char *keyNew)
|
||||||
{
|
{
|
||||||
//CHECK VARIABLE
|
//CHECK VARIABLE
|
||||||
int checkExitCode;
|
unsigned char checkExitCode;
|
||||||
|
|
||||||
//TIME VARIABLES
|
//TIME VARIABLES
|
||||||
struct timeval startTime;
|
struct timeval startTime;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user