Remove debug+exit from last commit
Oops, Tux Paint just exited immediately, as part of my debug testing. :) Removed that.
This commit is contained in:
parent
f8cce36435
commit
1617a0ad77
1 changed files with 0 additions and 3 deletions
|
|
@ -22620,9 +22620,6 @@ static void setup_config(char *argv[])
|
||||||
exportdir = get_xdg_user_dir("PICTURES", "Pictures");
|
exportdir = get_xdg_user_dir("PICTURES", "Pictures");
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Export Dir = %s\n", exportdir);
|
|
||||||
exit(0);
|
|
||||||
|
|
||||||
/* Load options from user's own configuration (".rc" / ".cfg") file: */
|
/* Load options from user's own configuration (".rc" / ".cfg") file: */
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue