more pointers
This commit is contained in:
parent
5b23583d1f
commit
85f595382f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ void popsrc(void) /* restore an old one */
|
|||
if (srcp <= src)
|
||||
ERROR "too many inputs popped" FATAL;
|
||||
if (dbg) {
|
||||
printf("%3ld ", (srcp - src));
|
||||
printf("%3ld ", (long)(srcp - src));
|
||||
switch (srcp->type) {
|
||||
case File:
|
||||
printf("pop file\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue