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:
William Kendrick 2004-06-01 03:11:54 +00:00
parent 38feedaa27
commit f6a61a8963

View file

@ -10039,12 +10039,12 @@ int do_open(int want_new_tool)
}
free(dirname);
}
#ifdef DEBUG
printf("%d saved files were found!\n", num_files);
#endif
}
@ -10623,7 +10623,6 @@ int do_open(int want_new_tool)
free(d_names);
free(d_exts);
}
return(want_new_tool);
}