]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#905)
authorrexim <reximkut@gmail.com>
Mon, 17 Jun 2019 14:55:32 +0000 (21:55 +0700)
committerrexim <reximkut@gmail.com>
Mon, 17 Jun 2019 14:55:32 +0000 (21:55 +0700)
src/system/line_stream.c

index 86c4cd927b834316dbf2dbe05deda9647abd8fe1..d146b98f7c1f04be9cde5a41f46ca7e0b6e81b55 100644 (file)
@@ -25,7 +25,7 @@ static void fclose_lt(void* file)
     fclose(file);
 }
 
-// TODO: create_line_stream probably does not need mode
+// TODO(#905): create_line_stream probably does not need mode
 //   Because LineStream interface doesn't even have anything
 //   for writing to files. So we can just hardcode the mode
 //   inside of the ctor.