X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftoken.c;fp=src%2Ftoken.c;h=f9b69f68ba0bf738115c8b53bb2c65af1da58840;hp=5f177c43c5d6af795f945e6bc37de9557dbb2677;hb=6ec1a060415f860bc3eb4c74fbce1c43f5aa7e55;hpb=de9b3ba972626195328a82bb108cac86312bd288 diff --git a/src/token.c b/src/token.c index 5f177c4..f9b69f6 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 (%d) ", t, t->type); + dprintf(fd, "TOKEN %p (%ld) ", t, t->type); if (t->type == PSI_T_EOF) { dprintf(fd, "EOF"); } else {