Wow, this issue is still unfixed in aalib upstream. Attached my current
patch for it.

-- 
see shy jo
--- aalib-1.4p5.orig/src/aalinux.c
+++ aalib-1.4p5/src/aalinux.c
@@ -91,7 +91,7 @@
       sprintf (fname, "/dev/vcsa%i", vt);
       vc[0] = fopen (fname, "w+");
       if (vc[0] == NULL)
-       vc[0] = fopen (tmp, "w"), readonly = 1;
+       vc[0] = fopen (fname, "w"), readonly = 1;
       nvcs = 1;
     }
   if (vc[0] == NULL)

Attachment: signature.asc
Description: Digital signature

Reply via email to