mirror of
https://github.com/0intro/conterm
synced 2024-11-24 06:39:37 +03:00
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
|
||||
showfilewrite(char *a, int n)
|
||||
{
|
||||
Rune *action, *arg, *cmd;
|
||||
Rune *action, *arg, *cmd, *p;
|
||||
static Rune Lopen[] = { 'o', 'p', 'e', 'n', 0 };
|
||||
|
||||
cmd = runesmprint("%.*s", n, a);
|
||||
|
Loading…
Reference in New Issue
Block a user