summaryrefslogtreecommitdiff
path: root/comms/yaps/files/patch-cv.c
blob: 22aa4b7a311d3ec883da2b5ce7a4ad803ec118dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cv.c.orig	1997-06-03 18:43:52 UTC
+++ cv.c
@@ -151,7 +151,7 @@ cv_read_table (void *cv, char *fname)
 	MCHK (c);
 	if ((! c) || (! (fp = fopen (fname, "r"))))
 		return -1;
-	while (line = getline (fp, True)) {
+	while (line = get_line (fp, True)) {
 		for (sp = line; isspace (*sp); ++sp)
 			;
 		if (*sp && (*sp != '#')) {