Explorar o código

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

keie %!s(int64=40) %!d(string=hai) anos
pai
achega
df2d12c52d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 	}
 }