mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-08 05:01:49 +00:00
12 lines
242 B
Diff
12 lines
242 B
Diff
--- ./src/editfns.c.orig 2025-02-26 23:19:22.260985198 +0100
|
|
+++ ./src/editfns.c 2025-02-26 23:21:57.449209328 +0100
|
|
@@ -1247,7 +1247,7 @@
|
|
if (!pw)
|
|
return Qnil;
|
|
|
|
- p = USER_FULL_NAME;
|
|
+ p = "termux";
|
|
if (!p)
|
|
return Qnil;
|
|
|