- Timestamp:
- 06/16/11 19:40:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Readline.cc
r10976 r11038 62 62 #include <readline/history.h> 63 63 64 #include <boost/filesystem.hpp> 65 64 66 #include "tools.h" 65 67 … … 106 108 107 109 // Program name 108 rl_readline_name = prgname; 110 static const string fname = boost::filesystem::path(prgname).filename(); 111 rl_readline_name = fname.c_str(); 109 112 110 113 // Compile filename for history file
Note:
See TracChangeset
for help on using the changeset viewer.