Show
Ignore:
Timestamp:
30/11/09 12:15:54 (2 years ago)
Author:
baderk
Message:

Karmic Koala (gcc 4.4.1) patch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/AWT/AWT_db_browser.cxx

    r6280 r6285  
    483483 
    484484inline void insert_history_selection(AW_window *aww, AW_selection_list *sel, const char *entry, int wanted_db) { 
    485     char *colon = strchr(entry, ':'); 
     485    const char *colon = strchr(entry, ':'); 
    486486    if (colon && (atoi(entry) == wanted_db)) { 
    487487        aww->insert_selection(sel, colon+1, colon+1);