X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=35d1b2d70c73f741304937db76c86240d8a50415;hb=7e3bc577e84e13a47005a706718bd6ec0e6a0e0a;hp=2fba8974fae5da536d9948005fb6a949d723f7d8;hpb=246ca516a0f7b870316116bc184347b0fb2bc00b;p=mmh diff --git a/configure.ac b/configure.ac index 2fba897..35d1b2d 100644 --- a/configure.ac +++ b/configure.ac @@ -602,7 +602,7 @@ main() { char buf[4096]; int r1 = tgetent(buf, "vt100"); - int r2 = tgetent((char*)0,"vt100"); + int r2 = tgetent(NULL,"vt100"); if (r1 >= 0 && r1 == r2) { char tbuf[1024], *u; u = tbuf;