gprolog-1.4.4 bug report
David Binderman <[email protected]> Mon, 12 May 2014 16:16:26 +0000
| Newsgroups | gmane.comp.gnu.prolog.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hello there, terminal.c:308:14: warning: variable 'q' is uninitialized when used here [-Wuninitialized] Source code is while(*p && isprint(*p) && !isspace(*p)) *q++ = *p++; Suggest initialise q before first use. Regards David Binderman