diff options
| author | Mohammad-Reza Nabipoor <mnabipoor@gnu.org> | 2023-02-05 09:47:06 +0100 |
|---|---|---|
| committer | Mohammad-Reza Nabipoor <mnabipoor@gnu.org> | 2023-02-05 09:47:06 +0100 |
| commit | 83b0f2383172c0a56a9cc79208985823282edbad (patch) | |
| tree | 679c681ff195b1f432ffd5f7b6c406335940f976 | |
| parent | term/tmux.conf.in: update use of `splitw' command (diff) | |
2023-02-05 Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
* src/plet-out.c (main): Remove debugging `fprintf'.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | src/plet-out.c | 3 |
2 files changed, 4 insertions, 3 deletions
| @@ -1,5 +1,9 @@ | |||
| 1 | 2023-02-05 Mohammad-Reza Nabipoor <mnabipoor@gnu.org> | 1 | 2023-02-05 Mohammad-Reza Nabipoor <mnabipoor@gnu.org> |
| 2 | 2 | ||
| 3 | * src/plet-out.c (main): Remove debugging `fprintf'. | ||
| 4 | |||
| 5 | 2023-02-05 Mohammad-Reza Nabipoor <mnabipoor@gnu.org> | ||
| 6 | |||
| 3 | * term/tmux.conf.in (bind O): Remove `-p' option of `splitw'. | 7 | * term/tmux.conf.in (bind O): Remove `-p' option of `splitw'. |
| 4 | (bind F1): Use `-l' option instead of `-p' in `splitw'. | 8 | (bind F1): Use `-l' option instead of `-p' in `splitw'. |
| 5 | (bind F2): Likewise. | 9 | (bind F2): Likewise. |
diff --git a/src/plet-out.c b/src/plet-out.c index 8ac6e01..f268b41 100644 --- a/src/plet-out.c +++ b/src/plet-out.c | |||
| @@ -362,10 +362,7 @@ main (int argc, char *argv[]) | |||
| 362 | else | 362 | else |
| 363 | { | 363 | { |
| 364 | if (!no_len_p) | 364 | if (!no_len_p) |
| 365 | { | ||
| 366 | fprintf(stderr, "NO LEN\n"); | ||
| 367 | write_n_bytes (1, (void *)buf, 2); | 365 | write_n_bytes (1, (void *)buf, 2); |
| 368 | } | ||
| 369 | write_n_bytes (1, mem, len); | 366 | write_n_bytes (1, mem, len); |
| 370 | } | 367 | } |
| 371 | free (mem); | 368 | free (mem); |
