ObjFW  Diff

Differences From Artifact [7e77eaece2]:

To Artifact [a9d9dd698d]:


827
828
829
830
831
832
833
834
835
836
837
838
839
840
841

	if (string[0] == '-')
		num *= -1;

	return num;
}

- (intmax_t)hexadecimalValueAsInteger
{
	int i = 0;
	uintmax_t num = 0;

	if (length == 0)
		return 0;








|







827
828
829
830
831
832
833
834
835
836
837
838
839
840
841

	if (string[0] == '-')
		num *= -1;

	return num;
}

- (uintmax_t)hexadecimalValueAsInteger
{
	int i = 0;
	uintmax_t num = 0;

	if (length == 0)
		return 0;