rexim 4 gadi atpakaļ
vecāks
revīzija
42905f075a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/vodus_message.cpp

+ 1 - 1
src/vodus_message.cpp

@@ -174,7 +174,7 @@ Timestamp chop_timestamp(String_View *input)
     input->chop_by_delim('[');
     input->chop_by_delim('[');
     auto raw_timestamp = input->chop_by_delim(']').trim();
     auto raw_timestamp = input->chop_by_delim(']').trim();
 
 
-    // TODO: message parsing should give more precise position of the syntax errors
+    // TODO(#153): message parsing should give more precise position of the syntax errors
     auto hours = unwrap_or_panic(
     auto hours = unwrap_or_panic(
         raw_timestamp.chop_by_delim(':').trim().as_integer<uint64_t>(),
         raw_timestamp.chop_by_delim(':').trim().as_integer<uint64_t>(),
         "Incorrect timestamp. Hours must be a number.");
         "Incorrect timestamp. Hours must be a number.");