update cppgtfs, support ZIP reading and writing for GTFS feeds
This commit is contained in:
parent
b4b08baeca
commit
9a8e5d4e31
10 changed files with 441 additions and 298 deletions
|
|
@ -306,7 +306,7 @@ uint32_t OsmIdSet::jenkins(uint32_t in) const {
|
|||
|
||||
// _____________________________________________________________________________
|
||||
int OsmIdSet::openTmpFile() const {
|
||||
const std::string& fname = getTmpFName("", "");
|
||||
const std::string& fname = util::getTmpFName("<tmp>", ".pfaedle-tmp", "");
|
||||
int file = open(fname.c_str(), O_RDWR | O_CREAT, 0666);
|
||||
|
||||
// immediately unlink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue