Changeset 2f3f542 in freewrt


Ignore:
Timestamp:
Nov 6, 2006, 9:35:15 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
d0796d0
Parents:
08c9a24
Message:

add patches from #135, thx christian gmeiner

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1089 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/config/Makefile

    r08c9a24 r2f3f542  
    9999
    100100ncurses:
    101         @echo "main() {}" > lxtemp.c
     101        @echo "int main(void) { return -1; }" > lxtemp.c
    102102        @if $(HOSTCC) $(HOSTCFLAGS) lxtemp.c $(LIBS) ; then \
    103103                rm -f lxtemp.c a.out; \
  • package/config/inputbox.c

    r08c9a24 r2f3f542  
    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 = (char*)dialog_input_result;
    5252    WINDOW *dialog;
    5353
Note: See TracChangeset for help on using the changeset viewer.