# HG changeset patch # User Matti Hamalainen # Date 1485265794 -7200 # Node ID 2d7d5940ec4794d932167c2cbccf8432c1a0caf2 # Parent 755c1acae3f3a2add22c7db3f0a7f47c67a8fe7e# Parent 511147c1e119ec25801e1a9f451c5ee47acb38e2 Merged. diff -r 511147c1e119 -r 2d7d5940ec47 faptool.php --- a/faptool.php Tue Jan 24 13:13:48 2017 +0200 +++ b/faptool.php Tue Jan 24 15:49:54 2017 +0200 @@ -534,7 +534,7 @@ } $sbinfo[] = ""; - + $sbinfoStr = implode("\n", $sbinfo); // Create the destination directory if (wtMakeDir(stMakePath(FALSE, FALSE, array($pathPrefix, $compo["cpath"])), 0755) === false) @@ -585,7 +585,7 @@ } $dstFilename = stMakePath(FALSE, FALSE, array($dstPath, "fapinfo.txt")); - if (@file_put_contents($dstFilename, implode("\r\n", $sbinfo)) === FALSE) + if (@file_put_contents($dstFilename, $sbinfoStr) === FALSE) { echo "ERROR: Failed to output '".$dstFilename."'\n"; return FALSE;