projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1195909
)
(writeline): Constify a char*.
author
Jim Meyering
<jim@meyering.net>
Sun, 22 Aug 1999 08:48:45 +0000
(08:48 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 22 Aug 1999 08:48:45 +0000
(08:48 +0000)
src/comm.c
patch
|
blob
|
history
diff --git
a/src/comm.c
b/src/comm.c
index
7434cc8
..
2e069d6
100644
(file)
--- a/
src/comm.c
+++ b/
src/comm.c
@@
-95,7
+95,7
@@
Compare sorted files LEFT_FILE and RIGHT_FILE line by line.\n\
2 for a line only in file 2, 3 for a line in both. */
static void
-writeline (struct linebuffer *line, FILE *stream, int class)
+writeline (
const
struct linebuffer *line, FILE *stream, int class)
{
switch (class)
{