Changeset 6285 for trunk/AWT/AWT_db_browser.cxx
- Timestamp:
- 30/11/09 12:15:54 (2 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/AWT_db_browser.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/AWT_db_browser.cxx
r6280 r6285 483 483 484 484 inline void insert_history_selection(AW_window *aww, AW_selection_list *sel, const char *entry, int wanted_db) { 485 c har *colon = strchr(entry, ':');485 const char *colon = strchr(entry, ':'); 486 486 if (colon && (atoi(entry) == wanted_db)) { 487 487 aww->insert_selection(sel, colon+1, colon+1);
