X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftoken.c;h=08a6802826cb70572afcae87bf6816990cf4b7ea;hb=601e13c0743234c53a62e68fc89f122069123c15;hp=f9b69f68ba0bf738115c8b53bb2c65af1da58840;hpb=6ec1a060415f860bc3eb4c74fbce1c43f5aa7e55;p=m6w6%2Fext-psi diff --git a/src/token.c b/src/token.c index f9b69f6..08a6802 100644 --- a/src/token.c +++ b/src/token.c @@ -199,7 +199,7 @@ void psi_token_dump(int fd, struct psi_token *t) { size_t i; - dprintf(fd, "TOKEN %p (%ld) ", t, t->type); + dprintf(fd, "TOKEN %p (%u) ", t, t->type); if (t->type == PSI_T_EOF) { dprintf(fd, "EOF"); } else {