Merge work in autoscroll from 'master' into sdl2.0
This commit is contained in:
commit
bf73b3679b
75 changed files with 34464 additions and 43544 deletions
|
|
@ -304,5 +304,5 @@ void parse_one_option(struct cfginfo *restrict tmpcfg, const char *str, const ch
|
|||
exit(53);
|
||||
}
|
||||
|
||||
memcpy(offset+(char*)tmpcfg, &opt, sizeof(char*)); /* FIXME: This causes a warning; should it be 'sizeof(char)', or do we need to have the warning suppressed? -bjk 2021.10.14 */
|
||||
memcpy((char**) (offset + (char*) tmpcfg), &opt, sizeof(char*));
|
||||
}
|
||||
|
|
|
|||
863
src/tuxpaint.c
863
src/tuxpaint.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue