[887] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r873 - branches/barnowl_sqlite/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:10:46 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Mon, 14 Jan 2008 22:14:22 -0500 (EST)

Author: nelhage
Date: 2008-01-14 22:14:21 -0500 (Mon, 14 Jan 2008)
New Revision: 873

Modified:
   branches/barnowl_sqlite/owl/owl.c
Log:
Make perl warnings just show as one big error message

Modified: branches/barnowl_sqlite/owl/owl.c
===================================================================
--- branches/barnowl_sqlite/owl/owl.c	2008-01-15 03:13:31 UTC (rev 872)
+++ branches/barnowl_sqlite/owl/owl.c	2008-01-15 03:14:21 UTC (rev 873)
@@ -749,7 +749,7 @@
   }
   /*owl_function_debugmsg("stderr_redirect: navail = %d\n", navail);*/
   if (navail<=0) return;
-  if (navail>256) { navail = 256; }
+  /* if (navail>256) { navail = 256; } */
   buf = owl_malloc(navail+1);
   bread = read(rfd, buf, navail);
   if (buf[navail-1] != '\0') {


home help back first fref pref prev next nref lref last post