Show
Ignore:
Timestamp:
01/12/09 11:10:13 (2 years ago)
Author:
westram
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/AWT/AWT_db_browser.cxx

    r6075 r6287  
    482482 
    483483inline void insert_history_selection(AW_window *aww, AW_selection_list *sel, const char *entry, int wanted_db) { 
    484     char *colon = strchr(entry, ':'); 
     484    const char *colon = strchr(entry, ':'); 
    485485    if (colon && (atoi(entry) == wanted_db)) { 
    486486        aww->insert_selection(sel, colon+1, colon+1);