By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1418
Collapse All | Expand All

(-)ksvg/impl/svgpathparser.cc.orig (-1 / +1 lines)
Lines 368-374 Link Here
368
368
369
			lastCommand = command;
369
			lastCommand = command;
370
370
371
			if(*ptr == '+' || *ptr == '-' || (*ptr >= '0' && *ptr <= '9'))
371
			if(*ptr == '+' || *ptr == '-' || *ptr == '.' || (*ptr >= '0' && *ptr <= '9'))
372
			{
372
			{
373
				// there are still coords in this command
373
				// there are still coords in this command
374
				if(command == 'M')
374
				if(command == 'M')

Return to bug 1418