mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
11 lines
444 B
C
11 lines
444 B
C
--- jsopcode.c.orig Sun Aug 29 18:00:24 2004
|
|
+++ jsopcode.c Sat Jan 14 02:26:07 2006
|
|
@@ -239,7 +239,7 @@
|
|
pc2 += jmplen;
|
|
npairs = GET_ATOM_INDEX(pc2);
|
|
pc2 += ATOM_INDEX_LEN;
|
|
- fprintf(fp, " offset %d npairs %u", off, (uintN) npairs);
|
|
+ fprintf(fp, " offset %td npairs %u", off, (uintN) npairs);
|
|
while (npairs) {
|
|
atom = GET_ATOM(cx, script, pc2);
|
|
pc2 += ATOM_INDEX_LEN;
|