From 312faf31dfcce7a2d15495c5042d80a3e3b476c9 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 21 Jun 2012 16:44:10 -0700 Subject: Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. --- src/rt/rust_run_program.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_run_program.cpp') diff --git a/src/rt/rust_run_program.cpp b/src/rt/rust_run_program.cpp index b089ac46934..739527b84eb 100644 --- a/src/rt/rust_run_program.cpp +++ b/src/rt/rust_run_program.cpp @@ -160,7 +160,7 @@ rust_run_program(const char* argv[], for (int fd = getdtablesize() - 1; fd >= 3; fd--) close(fd); if (dir) { int result = chdir(dir); - // FIXME: need error handling (#2674) + // FIXME (#2674): need error handling assert(!result && "chdir failed"); } -- cgit 1.4.1-3-g733a5