pkgsrc-ng/editors/edt/patches/patch-edt__1.9.c
2013-09-26 17:14:40 +02:00

16 lines
343 B
C

$NetBSD: patch-edt__1.9.c,v 1.1.1.1 2012/05/23 12:51:27 abs Exp $
Typo in call to 'less'
--- edt_1.9.c.orig 2012-01-01 12:24:03.000000000 +0000
+++ edt_1.9.c
@@ -4064,7 +4064,7 @@ void help_long()
fprintf(fz,"\n");
fclose(fz);
- sprintf(tcline,"lrss %s",tname);
+ sprintf(tcline,"less %s",tname);
system(tcline);
remove(tname);
}