Ticket #217: patch17.patch
File patch17.patch, 402 bytes (added by , 17 years ago) |
---|
-
harness/index_utils.cc
172 172 filename += ".txt"; 173 173 174 174 input.open(filename.c_str()); 175 if (!input ) {175 if (!input.is_open()) { 176 176 string msg = "Can't read file '"; 177 177 msg += filename; 178 178 msg += "' for indexing (";