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

+ 1 - 1
src/vodus_emotes.cpp

@@ -208,7 +208,7 @@ struct Emote_Cache
             abort();
         }
 
-        // TODO: Emote_Cache::populate_from_file should crash if we don't have enough emote capacity
+        // TODO(#157): Emote_Cache::populate_from_file should crash if we don't have enough emote capacity
         while (mapping_csv.unwrap.count > 0 && emote_mapping_count < EMOTE_MAPPING_CAPACITY) {
             auto line = mapping_csv.unwrap.chop_by_delim('\n');
             auto name = line.chop_by_delim(',');