Changeset 147
- Timestamp:
- Jun 24, 2008, 7:06:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/cache.cpp
r131 r147 31 31 #include "dev.hpp" 32 32 #include "specache.hpp" 33 #include "netface.hpp" 33 34 34 35 char lfname[100]=""; // name of compiled lisp code cache file … … 72 73 } 73 74 if (stat_man) stat_man->pop(); 74 jFILE *fp=new jFILE( "#net_crc","wb");75 jFILE *fp=new jFILE(NET_CRC_FILENAME,"wb"); 75 76 if (fp->open_failure()) 76 77 {
Note: See TracChangeset
for help on using the changeset viewer.