PERFORCE change 101394 for review

John Baldwin jhb at FreeBSD.org
Wed Jul 12 15:48:03 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101394

Change 101394 by jhb at jhb_mutex on 2006/07/12 15:47:43

	Bah, reset db_newlines when the pager finishes.

Affected files ...

.. //depot/projects/smpng/sys/ddb/db_output.c#18 edit

Differences ...

==== //depot/projects/smpng/sys/ddb/db_output.c#18 (text+ko) ====

@@ -248,6 +248,7 @@
 		}
 	}
 	db_printf("        \r");
+	db_newlines = 0;
 }
 
 /*


More information about the p4-projects mailing list