mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
issue 2351, fixed a bug that update core by easyinstall is failed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11198 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d95707a358
commit
c451d17ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ class tar {
|
||||||
$activeFile["endheader"] = substr($this->tar_file,$main_offset + 500,12);
|
$activeFile["endheader"] = substr($this->tar_file,$main_offset + 500,12);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
elseif(strtolower($file_type) == 'l' || $file_name == '././@LongLink')
|
if(strtolower($file_type) == 'l' || $file_name == '././@LongLink')
|
||||||
{
|
{
|
||||||
$flag_longlink = true;
|
$flag_longlink = true;
|
||||||
$longlink_name = $file_contents;
|
$longlink_name = $file_contents;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue