PLD-doc: PLD_www_res/buildlogs/index.php Typo fixed

arekm arekm at pld-linux.org
Mon Sep 5 12:30:15 CEST 2005


Author: arekm                        Date: Mon Sep  5 10:30:13 2005 GMT
Module: PLD-doc                       Tag: HEAD
---- Log message:
Typo fixed

---- Files affected:
PLD-doc/PLD_www_res/buildlogs:
   index.php (1.84 -> 1.85) 

---- Diffs:

================================================================
Index: PLD-doc/PLD_www_res/buildlogs/index.php
diff -u PLD-doc/PLD_www_res/buildlogs/index.php:1.84 PLD-doc/PLD_www_res/buildlogs/index.php:1.85
--- PLD-doc/PLD_www_res/buildlogs/index.php:1.84	Mon Sep  5 12:02:16 2005
+++ PLD-doc/PLD_www_res/buildlogs/index.php	Mon Sep  5 12:30:08 2005
@@ -531,7 +531,7 @@
 	$fd = popen($cmd, "r");
 	start_pre();
 	while (($s = fgets($fd, 102400)) != false) {
-		if (strlen($s) > 800)) {
+		if (strlen($s) > 800) {
 			$s = chunk_split($s, 800, "\n    ");
 			$s = trim($s);
 		}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/PLD-doc/PLD_www_res/buildlogs/index.php?r1=1.84&r2=1.85&f=u




More information about the pld-cvs-commit mailing list