changed char c to signed char c to be compatible to armhf architecture

This commit is contained in:
Andreas Reder 2013-08-06 10:50:26 +02:00 committed by harald
parent 9c1b87bbb9
commit d5eda89c39

View file

@ -67,7 +67,7 @@ int
slip_config_handle_arguments(int argc, char **argv) slip_config_handle_arguments(int argc, char **argv)
{ {
const char *prog; const char *prog;
char c; signed char c;
int baudrate = 115200; int baudrate = 115200;
slip_config_verbose = 0; slip_config_verbose = 0;