diff options
Diffstat (limited to 'misc/lifelines/files/patch-ab')
-rw-r--r-- | misc/lifelines/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/lifelines/files/patch-ab b/misc/lifelines/files/patch-ab new file mode 100644 index 000000000000..b4ade27dfe88 --- /dev/null +++ b/misc/lifelines/files/patch-ab @@ -0,0 +1,19 @@ +*** tools/btedit.c.orig Thu Aug 10 01:42:15 2000 +--- tools/btedit.c Thu Aug 10 01:41:58 2000 +*************** +*** 66,72 **** + exit(0); + } + +! if((editor = getenv("LLEDITOR")) && *editor); + else editor = "vi"; + sprintf(cmdbuf, "%s btedit.tmp", editor); + #ifdef WIN32 +--- 66,72 ---- + exit(0); + } + +! if((editor = (char *)getenv("LLEDITOR")) && *editor); + else editor = "vi"; + sprintf(cmdbuf, "%s btedit.tmp", editor); + #ifdef WIN32 |