Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
yuj12001 committed Oct 14, 2015
1 parent 0b97861 commit ed0f792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic_loading.php
Expand Up @@ -172,7 +172,7 @@

if($fp){
fseek($fp, $startBit);
$line = fread($fp, 100);
$line = fread($fp, $length+2);

// $composeLine = $resultLine1 . $nextLine2 . $nextLine3;
$returnString = str_replace("\n", "", $line);
Expand Down

0 comments on commit ed0f792

Please sign in to comment.