On 05/11/2013 06:48 PM, Gilles Chanteperdrix wrote:
On 05/11/2013 06:44 PM, git repository hosting wrote:

  static void sigill_handler(int sig)
  {
-       fprintf(stderr, "Xenomai disabled in kernel?\n");
+       const char *m = "Xenomai disabled in kernel?\n";


I believe you want static const char m[] =
otherwise sizeof(m) will be 4 or 8.


Fixed, thanks.

--
Philippe.

_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to