mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 18:40:16 +00:00
Fixed some warning
This commit is contained in:
@@ -114,7 +114,7 @@ static void * scale_init(const char *config) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
const char *tmp = strdup(config);
|
||||
char *tmp = strdup(config);
|
||||
|
||||
s = (struct state_scale *)
|
||||
malloc(sizeof(struct state_scale));
|
||||
|
||||
Reference in New Issue
Block a user