From f6a61a8963d166c9a93135e1cb7d1340be9ba63f Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Tue, 1 Jun 2004 03:11:54 +0000 Subject: [PATCH] More tweak to do_open() for coloring book. WARNING: It's broken, and I have to leave the house now, *damnit!* >:^( --- src/tuxpaint.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 07c979449..a47744044 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -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); }