forked from pool/strace
12 lines
169 B
Diff
12 lines
169 B
Diff
|
--- term.c
|
||
|
+++ term.c
|
||
|
@@ -414,7 +414,7 @@
|
||
|
case TIOCGPTN:
|
||
|
#endif
|
||
|
tprintf(", ");
|
||
|
- printnum(tcp, arg, "%d");
|
||
|
+ printnum_int(tcp, arg, "%d");
|
||
|
return 1;
|
||
|
|
||
|
#if 0
|