[rkward-cvs] SF.net SVN: rkward: [1471] trunk/rkward/rkward/scriptbackends/common.php
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Feb 26 00:39:24 UTC 2007
Revision: 1471
http://svn.sourceforge.net/rkward/?rev=1471&view=rev
Author: tfry
Date: 2007-02-25 16:39:23 -0800 (Sun, 25 Feb 2007)
Log Message:
-----------
One more error message
Modified Paths:
--------------
trunk/rkward/rkward/scriptbackends/common.php
Modified: trunk/rkward/rkward/scriptbackends/common.php
===================================================================
--- trunk/rkward/rkward/scriptbackends/common.php 2007-02-26 00:27:28 UTC (rev 1470)
+++ trunk/rkward/rkward/scriptbackends/common.php 2007-02-26 00:39:23 UTC (rev 1471)
@@ -19,7 +19,7 @@
fputs (STDOUT, "#RKEND#\n" . $prompt . "#RKQEND#\n");
fflush (STDOUT);
while (1) {
- if (feof (STDIN)) die (); // if the parent process exits unexpectedly, make sure the PHP-process gets killed
+ if (feof (STDIN)) die ("STDIN is at eof"); // if the parent process exits unexpectedly, make sure the PHP-process gets killed
$inp = fgets (STDIN, 4096);
if ($inp != "") {
$input .= $inp;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list