shlwapi.dll, Fix endless loop in StrPBrkW

David Laight david at l8s.co.uk
Mon Mar 3 15:41:51 CST 2003


> 	while (*p++ != 0x4D && p < pend);

It is best to add a continue to the above.

I remember one loop that ended up looking like:

	while (...)
	do {
		...
	} while (...);

	David

-- 
David Laight: david at l8s.co.uk



More information about the wine-devel mailing list