Chromium Code Reviews| Index: tools/skimage_main.cpp |
| =================================================================== |
| --- tools/skimage_main.cpp (revision 9641) |
| +++ tools/skimage_main.cpp (working copy) |
| @@ -515,7 +515,8 @@ |
| decodeFileAndWrite(fullname.c_str(), outDirPtr); |
| } while (iter.next(&filename)); |
| } else { |
| - decodeFileAndWrite(FLAGS_readPath[i], outDirPtr); |
| + // FLAGS_readPath[i] is an empty or nonexistent directory, |
|
scroggo
2013/06/19 15:34:09
I am okay with the spirit of this change, but this
epoger
2013/06/19 15:54:15
Yup. It is handy that --readPath can take either
|
| + // so do nothing. |
| } |
| } |