Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15449984
D21436.id51009.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
715 B
Referenced Files
None
Subscribers
None
D21436.id51009.diff
View Options
diff --git a/src/infrastructure/diff/engine/PhabricatorInlineCommentAdjustmentEngine.php b/src/infrastructure/diff/engine/PhabricatorInlineCommentAdjustmentEngine.php
--- a/src/infrastructure/diff/engine/PhabricatorInlineCommentAdjustmentEngine.php
+++ b/src/infrastructure/diff/engine/PhabricatorInlineCommentAdjustmentEngine.php
@@ -358,7 +358,7 @@
list($tail_deleted, $tail_offset, $tail_line) = $tail_info;
if ($head_offset !== false) {
- $inline->setLineNumber($head_line + 1 + $head_offset);
+ $inline->setLineNumber($head_line + $head_offset);
} else {
$inline->setLineNumber($head_line);
$inline->setLineLength($tail_line - $head_line);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 29, 1:19 PM (6 d, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7386099
Default Alt Text
D21436.id51009.diff (715 B)
Attached To
Mode
D21436: Correct an apparent off-by-one error when adjusting inlines across revision changes
Attached
Detach File
Event Timeline
Log In to Comment