From: dooglus Date: Thu, 29 Nov 2007 19:30:43 +0000 (+0000) Subject: Use the ETL functions to find filename extensions and filenames without extensions... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=9268bf3c8225b1efd2978599d9964f135da4426b;p=synfig.git Use the ETL functions to find filename extensions and filenames without extensions. Rendering a.b.sif should create a.b.png by default, but it was creating a.png instead. That's fixed now. git-svn-id: http://svn.voria.com/code@1170 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/tool/main.cpp b/synfig-core/trunk/src/tool/main.cpp index 6a20447..4f1618c 100644 --- a/synfig-core/trunk/src/tool/main.cpp +++ b/synfig-core/trunk/src/tool/main.cpp @@ -965,7 +965,8 @@ int main(int argc, char *argv[]) if(target_name.empty() && !job_list.front().outfilename.empty()) { VERBOSE_OUT(3)<<_("Target name undefined, attempting to figure it out")<