Changeset 1860
- Timestamp:
- 23/09/2007 19:54:08 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupquery/bbackupquery.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupquery/bbackupquery.cpp
r1789 r1860 304 304 305 305 // Get commands from input 306 306 307 #ifdef HAVE_LIBREADLINE 308 // Must initialise the locale before using editline's readline(), 309 // otherwise cannot enter international characters. 310 if (setlocale(LC_ALL, "") == NULL) 311 { 312 BOX_ERROR("Failed to initialise locale. International " 313 "character support may not work."); 314 } 315 307 316 #ifdef HAVE_READLINE_HISTORY 308 317 using_history();
Note: See TracChangeset
for help on using the changeset viewer.
