mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
little fixes
This commit is contained in:
parent
e5c26b01f7
commit
3d5e34e146
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ void pushsrc(int type, char *ptr) /* new input source */
|
|||
printf("\n%3d ", srcp - src);
|
||||
switch (srcp->type) {
|
||||
case File:
|
||||
printf("push file %s\n", ((Infile *)ptr)->fname);
|
||||
printf("push file %s\n", ptr);
|
||||
break;
|
||||
case Macro:
|
||||
printf("push macro <%s>\n", ptr);
|
||||
|
|
Loading…
Reference in a new issue