Indefero

Indefero Commit Details


Date:2009-02-02 14:47:50 (15 years 10 months ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:47f84bcb557802cf2e389b5d7383beb4432845c5
Parents: b7d1afb01e0e65f158d4b04672fe71843020ab26
Message:Fixed in a dirty way, should be improved.

Changes:

File differences

src/IDF/Diff.php
256256
257257
258258
259
259260
260261
261262
262
263
263264
264265
265266
}
}
if (!$exists) {
$orig = isset($orig_lines[$lc-1]) ? $orig_lines[$lc-1] : '';
$n_chunk[] = array(
$lc,
$chunk[0][1]-$chunk[0][0]+$lc,
$orig_lines[$lc-1]
$orig
);
}
}

Archive Download the corresponding diff file

Page rendered in 0.08215s using 13 queries.