Kaynağa Gözat

The slightly altered error message format greatly
enhances use of the pascal compiler under emacs.

keie 40 yıl önce
ebeveyn
işleme
df2d12c52d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      util/ack/pc/em_pc.c

+ 1 - 1
util/ack/pc/em_pc.c

@@ -428,7 +428,7 @@ listshort() {
 	while (nexterror()) {
 		while (listlino < curr.lino)
 			nextline(0);
-		printf("%s, %d: ",listfnam,listrela);
+		printf("%s, line %d: ",listfnam,listrela);
 		string(&curr);
 	}
 }