bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in plotutils


From: Coppieters Pauwel
Subject: bug in plotutils
Date: Wed, 15 Nov 2000 16:02:57 +0100

*** plotutils-2.4.1/libplot/x_retrieve.c        Wed Nov 15 15:54:48 2000
--- plotutils-2.4.1/libplot/x_retrieve.c.orig   Tue Jun  6 17:45:21 2000
***************
*** 1278,1284 ****
  #ifdef _HAVE_PROTOS
  _print_bitvector (unsigned char v[32], char *s)
  #else
! _print_bitvector (v, s)
       unsigned char v[32];
       char *s;
  #endif
--- 1278,1284 ----
  #ifdef _HAVE_PROTOS
  _print_bitvector (unsigned char v[32], char *s)
  #else
! _print_bitvector (s, v)
       unsigned char v[32];
       char *s;
  #endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]