code: drawterm

Download patch

ref: 14564d23d2114ecff20ab73ff26db5d5db5c0320
parent: 6af132daa2d80608eeb817b461235af278f6aea8
author: Russ Cox <rsc@swtch.com>
date: Sat Jul 14 05:21:46 EDT 2012

kern/win32.c: restore actually used variable

R=rsc
http://codereview.appspot.com/6401048

--- a/kern/win32.c
+++ b/kern/win32.c
@@ -448,7 +448,7 @@
 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);