SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/id-utils/patches/patch-src_lid_c
Normal file
11
devel/id-utils/patches/patch-src_lid_c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/lid.c.orig Wed Jul 4 18:33:25 2007
|
||||
+++ src/lid.c Wed Jul 4 18:33:45 2007
|
||||
@@ -609,7 +609,7 @@ report_edit (char const *name, struct file_link **flin
|
||||
|
||||
if (eid_arg == 0)
|
||||
{
|
||||
- int using_vi = strequ ("vi", basename (editor));
|
||||
+ int using_vi = strnequ ("vi", basename (editor), 2);
|
||||
|
||||
eid_arg = getenv ("EIDARG");
|
||||
if (eid_arg == 0)
|
Loading…
Add table
Add a link
Reference in a new issue