Skip to content

Commit 4456ce6

Browse files
committed
Correct extension
1 parent 5c7613b commit 4456ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcp/src/ARCFileReader.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void ARCFileReader::StartFile(const std::string & path)
189189

190190
// Open file, including whatever decompression/network access/etc.
191191
// may be required
192-
g3_istream_from_path(stream_, path, timeout_, buffersize_, "");
192+
g3_istream_from_path(stream_, path, timeout_, buffersize_, ".dat");
193193
fd_ = g3_istream_handle(stream_);
194194
cur_file_ = path;
195195
revision_ = 0;

0 commit comments

Comments
 (0)