Hey,

Another datapoint: Got a similar report upstream, the attached patch
made no difference, apart from a slight one in the backtrace.
Investigating further with the tester. Also, if you want to help
upstream more, join us in #synfig on freenode.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
Index: src/gtkmm/dockdialog.cpp
===================================================================
--- src/gtkmm/dockdialog.cpp	(revision 169)
+++ src/gtkmm/dockdialog.cpp	(working copy)
@@ -480,9 +480,9 @@
 	synfig::String str(z);
 	while(!str.empty())
 	{
-		unsigned int separator=str.find_first_of('-');
+		synfig::String::size_type separator=str.find_first_of('-');
 		{
-			unsigned int sep2=str.find_first_of('|');
+			synfig::String::size_type sep2=str.find_first_of('|');
 			if(separator!=synfig::String::npos || sep2!=synfig::String::npos)
 			{
 				if((separator==synfig::String::npos || sep2<separator) && sep2!=synfig::String::npos)

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to