Changeset 6287 for branches/stable_5.0/AWT/AWT_db_browser.cxx
- Timestamp:
- 01/12/09 11:10:13 (2 years ago)
- Files:
-
- 1 modified
-
branches/stable_5.0/AWT/AWT_db_browser.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/AWT/AWT_db_browser.cxx
r6075 r6287 482 482 483 483 inline void insert_history_selection(AW_window *aww, AW_selection_list *sel, const char *entry, int wanted_db) { 484 c har *colon = strchr(entry, ':');484 const char *colon = strchr(entry, ':'); 485 485 if (colon && (atoi(entry) == wanted_db)) { 486 486 aww->insert_selection(sel, colon+1, colon+1);
