From: Lars Gullik Bjønnes (larsbj_at_[hidden])
Date: 2003-03-12 07:25:36


With GCC 3.3. there are a couple of warnings in the regex lib.
The warnings is about of the type of the array index.
Warning about char being used as index.

This patch fixes that. (by casting to unsigned int).



-- 
	Lgb