Skip to content

Commit

Permalink
Update a bug link in a comment (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 authored Oct 26, 2023
1 parent 19903f0 commit 23dffde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protobuf/lib/protobuf.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ part 'src/protobuf/unpack.dart';
part 'src/protobuf/utils.dart';
part 'src/protobuf/wire_format.dart';

// TODO(sra): Use Int64.parse() when available - see http://dartbug.com/21915.
// TODO(sra): Use `Int64.parse()` when available:
// https://github.com/dart-lang/fixnum/issues/18.
/// @nodoc
Int64 parseLongInt(String text) {
if (text.startsWith('0x')) return Int64.parseHex(text.substring(2));
Expand Down

0 comments on commit 23dffde

Please sign in to comment.