mirror of https://github.com/0intro/conterm
kern/win32.c: restore actually used variable
R=rsc http://codereview.appspot.com/6401048
This commit is contained in:
parent
6af132daa2
commit
14564d23d2
|
@ -448,7 +448,7 @@ oserrstr(void)
|
||||||
long
|
long
|
||||||
showfilewrite(char *a, int n)
|
showfilewrite(char *a, int n)
|
||||||
{
|
{
|
||||||
Rune *action, *arg, *cmd;
|
Rune *action, *arg, *cmd, *p;
|
||||||
static Rune Lopen[] = { 'o', 'p', 'e', 'n', 0 };
|
static Rune Lopen[] = { 'o', 'p', 'e', 'n', 0 };
|
||||||
|
|
||||||
cmd = runesmprint("%.*s", n, a);
|
cmd = runesmprint("%.*s", n, a);
|
||||||
|
|
Loading…
Reference in New Issue