]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/compressor/class_Bzip2Compressor.php
Debug infos with var()=%d are for length and can be decimal.
[core.git] / inc / classes / main / compressor / class_Bzip2Compressor.php
index 32991b81273322f985f9a7b592a54acdbc97b15b..0df4b8081a938ea9b1fb68fe3afc2899ec2cf794 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * BZIP2 compression and decompression class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -82,7 +82,7 @@ class Bzip2Compressor extends BaseFrameworkSystem implements Compressor {
                } // END - if
 
                // Decompress it
-               $streamData = bzdecompress($streamData, true);
+               $streamData = bzdecompress($streamData, TRUE);
 
                // Return the decompressed stream
                return $streamData;