From b57acca3145a73e982aba163ed3b36481e028d26 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Sat, 17 May 2008 00:35:21 -0500 Subject: [PATCH] Fork for building peak mipmaps after recording. --- Timeline/Peaks.C | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Timeline/Peaks.C b/Timeline/Peaks.C index 8e3d5ea..f27152e 100644 --- a/Timeline/Peaks.C +++ b/Timeline/Peaks.C @@ -574,11 +574,8 @@ Peaks::finish_writing ( void ) _peak_writer = NULL; /* now fill in the rest of the cache */ - make_peaks_mipmap(); - -/* if ( ! fork() ) */ -/* exit( make_peaks_mipmap() ); */ - + if ( ! fork() ) + exit( make_peaks_mipmap() ); } /* THREAD: IO */