Changed invalid number ranges outside type scope.

This commit is contained in:
Olof hagsand 2019-06-25 16:40:04 +02:00
parent 4cd63f6b55
commit 6dec522af1
4 changed files with 73 additions and 8 deletions

View file

@ -626,7 +626,7 @@ outofrange(cg_var *cv0,
if (i>2)
cprintf(cb, ", ");
cv2cbuf(cv1, cb);
cprintf(cb, "-");
cprintf(cb, " - ");
cv2cbuf(cv2, cb);
}
if (reason && (*reason = strdup(cbuf_get(cb))) == NULL)
@ -675,7 +675,7 @@ outoflength(uint64_t u64,
if (i>2)
cprintf(cb, ", ");
cv2cbuf(cv1, cb);
cprintf(cb, "-");
cprintf(cb, " - ");
cv2cbuf(cv2, cb);
}
if (reason && (*reason = strdup(cbuf_get(cb))) == NULL)