You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
494 B
14 lines
494 B
diff --git a/common/gsm-filetypes.c b/common/gsm-filetypes.c
|
|
index b4ceea1..264420a 100644
|
|
--- a/common/gsm-filetypes.c
|
|
+++ b/common/gsm-filetypes.c
|
|
@@ -1409,7 +1409,7 @@ static int get_next_token(char *src, int delim)
|
|
#define GET_NEXT_TOKEN() o = get_next_token(line + offset, ';')
|
|
#define STORE_TOKEN(a) strip_slashes(a, line + offset, sizeof(a) - 1, o - 1)
|
|
|
|
-inline int local_atoi(char *str, int len)
|
|
+int local_atoi(char *str, int len)
|
|
{
|
|
int retval;
|
|
char *aux = strndup(str, len);
|