projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 5.9 - patch 20140816
[ncurses.git]
/
test
/
dots_termcap.c
diff --git
a/test/dots_termcap.c
b/test/dots_termcap.c
index c8cbf7681792ebbf5713355e0e1dcd8749632416..4c1d62d9f9ff3af39efae6d875a512777dc94987 100644
(file)
--- a/
test/dots_termcap.c
+++ b/
test/dots_termcap.c
@@
-29,7
+29,7
@@
/*
* Author: Thomas E. Dickey
*
/*
* Author: Thomas E. Dickey
*
- * $Id: dots_termcap.c,v 1.
6 2013/09/07 23:12:30 Ray.Donnelly
Exp $
+ * $Id: dots_termcap.c,v 1.
7 2013/09/28 21:50:35 tom
Exp $
*
* A simple demo of the termcap interface.
*/
*
* A simple demo of the termcap interface.
*/
@@
-105,7
+105,7
@@
TPUTS_PROTO(outc, c)
if (interrupted) {
char tmp = (char) c;
if (interrupted) {
char tmp = (char) c;
- if (write(STDOUT_FILENO, &tmp, 1) == -1)
+ if (write(STDOUT_FILENO, &tmp,
(size_t)
1) == -1)
rc = EOF;
} else {
rc = putc(c, stdout);
rc = EOF;
} else {
rc = putc(c, stdout);