Removed duplicate symbol. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit fdf91e96ba26569076d6675880df757e0c1d47d5 | |
parent bcb4dc3ab7265f9f98157f9d4d01cbd6f93b28b9 | |
Author: Rob King <[email protected]> | |
Date: Tue, 23 May 2017 23:53:52 -0500 | |
Removed duplicate symbol. | |
Diffstat: | |
samterm/unix.c | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/samterm/unix.c b/samterm/unix.c | |
@@ -12,7 +12,6 @@ | |
#include <errno.h> | |
#include <signal.h> | |
-char exname[FILENAME_MAX + 1] = {0}; | |
static char *fallbacks[] = { | |
"*scrollForwardR: true", | |
"*geometry: 740x780", |