Ignore:
Timestamp:
02/10/2012 09:39:11 AM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
b339c94
Parents:
d7390a5
Message:

Changes slightly the code in menu directory so that "conf"
and "mconf" build without issuing warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • menu/lxdialog/inputbox.c

    rd7390a5 r743414b  
    2222#include "dialog.h"
    2323
    24 unsigned char dialog_input_result[MAX_LEN + 1];
     24char dialog_input_result[MAX_LEN + 1];
    2525
    2626/*
     
    4949    int i, x, y, box_y, box_x, box_width;
    5050    int input_x = 0, scroll = 0, key = 0, button = -1;
    51     unsigned char *instr = dialog_input_result;
     51    char *instr = dialog_input_result;
    5252    WINDOW *dialog;
    5353
Note: See TracChangeset for help on using the changeset viewer.