mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix: Use correct byte offset separation
":" instead of ","
This commit is contained in:
@@ -134,7 +134,7 @@ string sourceLocationComment(langutil::SourceLocation const& _location, IRGenera
|
||||
+ to_string(_context.sourceIndices().at(*_location.sourceName))
|
||||
+ ":"
|
||||
+ to_string(_location.start)
|
||||
+ ","
|
||||
+ ":"
|
||||
+ to_string(_location.end);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user