From 07a8813b233fafdf5a3e6c495e4864d3cc971057 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 12 Jan 2013 23:04:58 +0100 Subject: [PATCH 1/1] Fix the name of the .dot file for the newly created colorspace input pass. --- effect_chain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effect_chain.cpp b/effect_chain.cpp index cb7c52c..1832b9e 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -1005,7 +1005,7 @@ void EffectChain::finalize() output_dot("step1-rewritten.dot"); find_color_spaces_for_inputs(); - output_dot("step2-propagated.dot"); + output_dot("step2-input-colorspace.dot"); propagate_gamma_and_color_space(); output_dot("step3-propagated.dot"); -- 2.39.2