9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] another bug in Plan9 "grap"
@ 2007-10-30  9:56 Douglas A. Gwyn
  0 siblings, 0 replies; only message in thread
From: Douglas A. Gwyn @ 2007-10-30  9:56 UTC (permalink / raw)
  To: 9fans

"grap" source file "input.c", function "pushsrc":
		case File:
			printf("push file %s\n", ((Infile *)ptr)->fname);
should be:
		case File:
			printf("push file %s\n", ptr);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-30  9:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-30  9:56 [9fans] another bug in Plan9 "grap" Douglas A. Gwyn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).