X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fcolor_set.c;h=477d049c8b5e431f721caa961c669f5a561f44bb;hp=041e6fd76fbb7c6e0e722b043c6628a7f0863f61;hb=19e522ff96ce25dbb06b42c6e7c7680ecb12a277;hpb=1c551ea75ea57f9186fbe8d79674ac85baa4d358 diff --git a/test/color_set.c b/test/color_set.c index 041e6fd7..477d049c 100644 --- a/test/color_set.c +++ b/test/color_set.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2003-2008,2012 Free Software Foundation, Inc. * + * Copyright (c) 2003-2012,2014 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 * @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: color_set.c,v 1.7 2012/12/15 22:04:14 tom Exp $ + * $Id: color_set.c,v 1.8 2014/02/01 22:10:42 tom Exp $ */ #include @@ -38,7 +38,7 @@ int main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) { - short f, b; + NCURSES_COLOR_T f, b; int i; initscr(); @@ -49,7 +49,7 @@ main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) start_color(); (void) pair_content(0, &f, &b); - printw("pair 0 contains (%d,%d)\n", f, b); + printw("pair 0 contains (%d,%d)\n", (int) f, (int) b); getch(); printw("Initializing pair 1 to red/black\n");