more pointers
This commit is contained in:
parent
5b23583d1f
commit
85f595382f
@ -52,7 +52,7 @@ void popsrc(void) /* restore an old one */
|
|||||||
if (srcp <= src)
|
if (srcp <= src)
|
||||||
ERROR "too many inputs popped" FATAL;
|
ERROR "too many inputs popped" FATAL;
|
||||||
if (dbg) {
|
if (dbg) {
|
||||||
printf("%3ld ", (srcp - src));
|
printf("%3ld ", (long)(srcp - src));
|
||||||
switch (srcp->type) {
|
switch (srcp->type) {
|
||||||
case File:
|
case File:
|
||||||
printf("pop file\n");
|
printf("pop file\n");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user