More tweak to do_open() for coloring book.
WARNING: It's broken, and I have to leave the house now, *damnit!* >:^(
This commit is contained in:
parent
38feedaa27
commit
f6a61a8963
1 changed files with 1 additions and 2 deletions
|
|
@ -10039,12 +10039,12 @@ int do_open(int want_new_tool)
|
||||||
}
|
}
|
||||||
|
|
||||||
free(dirname);
|
free(dirname);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printf("%d saved files were found!\n", num_files);
|
printf("%d saved files were found!\n", num_files);
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -10623,7 +10623,6 @@ int do_open(int want_new_tool)
|
||||||
|
|
||||||
free(d_names);
|
free(d_names);
|
||||||
free(d_exts);
|
free(d_exts);
|
||||||
}
|
|
||||||
|
|
||||||
return(want_new_tool);
|
return(want_new_tool);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue