diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-25 01:03:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-25 01:03:30 +0000 |
| commit | 589abeb702278ec209b4972f6c4c993949fa78ee (patch) | |
| tree | eaac6ba662e60ac40da921c74d86e95931c06ca6 /src/lib/cross.cc | |
| parent | a562abf85aeed64ce94a2c0c826de3fc9c21ae49 (diff) | |
Some comments.
Diffstat (limited to 'src/lib/cross.cc')
| -rw-r--r-- | src/lib/cross.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 9aa8454c9..7436dbf26 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -70,6 +70,9 @@ cpu_info () string info; #ifdef DCPOMATIC_LINUX + /* This use of ifstream is ok; the filename can never + be non-Latin + */ ifstream f ("/proc/cpuinfo"); while (f.good ()) { string l; |
