Ensure expanded 'A' is unexpanded in the end.

This commit is contained in:
Andrew McMillan 2008-01-25 08:00:15 +13:00
parent 59108071ba
commit 75ecf68b20

View File

@ -271,6 +271,10 @@ BEGIN
tmp_txt := tmp_txt || substring(tmp_confers,counter,1);
END IF;
END LOOP;
IF tmp_txt = ''FBRWU'' THEN
-- Shrink that mask back down
tmp_txt := ''A'';
END IF;
RETURN dbg || tmp_txt;
END IF;
END IF;