X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltic;h=82309815e81a2138b70a03c065f6a8d9df2bb991;hp=981bb196706a864c2e4208df2c78aa7ca28cb0dc;hb=6a530b46563470c2ca73579d1994a0c8e275dd98;hpb=cc0205ede8ab81605ec83e7f1ac9ec33e9328a40 diff --git a/ncurses/llib-ltic b/ncurses/llib-ltic index 981bb196..82309815 100644 --- a/ncurses/llib-ltic +++ b/ncurses/llib-ltic @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2012 Free Software Foundation, Inc. * + * Copyright (c) 2012,2015 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -27,7 +27,7 @@ ****************************************************************************/ /**************************************************************************** - * Author: Thomas E. Dickey 2012 * + * Author: Thomas E. Dickey 2012-on * ****************************************************************************/ /* LINTLIBRARY */ @@ -189,8 +189,8 @@ int _nc_capcmp( { return(*(int *)0); } typedef struct { - const char *from; - const char *to; + const char from[3]; + const char to[6]; } assoc; /* ./tinfo/write_entry.c */ @@ -199,7 +199,7 @@ typedef struct { #undef _nc_set_writedir void _nc_set_writedir( - char *dir) + const char *dir) { /* void */ } #undef _nc_write_entry