Fixed some sprint's

This commit is contained in:
ceriel
1991-04-25 13:54:25 +00:00
parent 60dce6fe60
commit 6ce1f992aa
2 changed files with 11 additions and 11 deletions

View File

@@ -159,7 +159,7 @@ Label(struct node **pnd;)
*pnd = NULLNODE;
}
else {
sprint(lab, "%d", dot.TOK_INT);
sprint(lab, "%d", (int) dot.TOK_INT);
*pnd = MkLeaf(Name, &dot);
(*pnd)->nd_IDF = str2idf(lab, 1);
}