home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a01172
)
Fix typo
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 25 Mar 2020 00:05:35 +0000
(20:05 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 25 Mar 2020 00:05:35 +0000
(20:05 -0400)
x5/khatus.c
patch
|
blob
|
blame
|
history
diff --git
a/x5/khatus.c
b/x5/khatus.c
index
e804642
..
43a828b
100644
(file)
--- a/
x5/khatus.c
+++ b/
x5/khatus.c
@@
-345,7
+345,7
@@
fifo_read_error(Fifo *f, char *buf)
b = buf + f->pos_init;
/* Copy as much of the error message as possible.
- * EXCLUDING the
re
minating \0. */
+ * EXCLUDING the
ter
minating \0. */
for (i = 0; i < errlen && i < f->width; i++)
b[i] = errmsg[i];
/* Any remaining slots: */
This page took
0.02664 seconds
and
4
git commands to generate.