Ignore:
Timestamp:
Mar 7, 2024, 11:01:16 AM (3 months ago)
Author:
Bruno Cornec
Message:

Fix proto for mvaddstr_and_log_it and does_file_exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/newt-specific.c

    r3858 r3861  
    578578 * @param output The string to write.
    579579 */
    580 void mvaddstr_and_log_it(int y, int x, char *output) {
     580void mvaddstr_and_log_it(int y, int x, const char *output) {
    581581
    582582        assert_string_is_neither_NULL_nor_zerolength(output);
Note: See TracChangeset for help on using the changeset viewer.