-/* $OpenBSD: b.c,v 1.40 2023/09/18 23:33:21 millert Exp $ */
+/* $OpenBSD: b.c,v 1.41 2023/09/19 01:14:05 millert Exp $ */
/****************************************************************
Copyright (C) Lucent Technologies 1997
All Rights Reserved
setvec[lp] = 1;
setcnt++;
}
- if (type(p) == CCL && (*(int *) right(p)) == '\0')
+ if (type(p) == CCL && (*(int *) right(p)) == 0)
return(0); /* empty CCL */
return(1);
case PLUS: