pkgsrc-Bugs archive

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

Re: pkg/32994: /usr/pkgsrc/math/sc will not show dates later than 1999



The following reply was made to PR pkg/32994; it has been noted by GNATS.

From: jdrews%cybox.com@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/32994: /usr/pkgsrc/math/sc will not show dates later than 1999
Date: Sat, 4 Mar 2006 13:02:04 -0700

 --
 Netrack Webmail (http://netrack.net)
 
 
 ---------- Original Message -----------
 From: gnats-admin%netbsd.org@localhost
 To: Jonathan <jdrews%cybox.com@localhost>
 Sent: Sat,  4 Mar 2006 18:10:01 +0000 (UTC)
 Subject: Re: pkg/32994: /usr/pkgsrc/math/sc will not show dates later than 1999
 
 > Thank you very much for your problem report.
 
 The patch in the body of the e-mail has an error:
 
 do dts(mo, day, yr)
  int mo, day, yr;
  {
 
 should be:
 
 dodts(mo, day, yr)
  int mo, day, yr;
  {
 
 The patch-ac, includedc as an attachment, is correct. The patch in the body
 was changed by the spell checker. Sorry for the error. 
 
 



Home | Main Index | Thread Index | Old Index