Fix bug in getAtts with '.

This commit is contained in:
James Clark 1998-02-02 09:29:51 +00:00
parent 2fd2484a0a
commit 3cc8d0075a

View file

@ -1213,7 +1213,7 @@ int PREFIX(getAtts)(const ENCODING *enc, const char *ptr,
break;
case BT_APOS:
if (state != inValue) {
atts[nAtts].valuePtr = ptr;
atts[nAtts].valuePtr = ptr + MINBPC;
state = inValue;
open = BT_APOS;
}