patchMIT/GNU Scheme - Patches: patch #8089, OS_nanotime_since_utc_epoch() typo

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #8089: OS_nanotime_since_utc_epoch() typo

Submitter:  Igor Pashev <ip1981>
Submitted:  Sun 23 Jun 2013 05:05:10 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  riastradh Open/Closed:  Closed

Fri 30 Aug 2013 04:30:56 PM UTC, comment #1: 

Thanks, applied.

Taylor R. Campbell <riastradh>
Group Member
Sun 23 Jun 2013 05:05:10 PM UTC, original submission:  

mit-scheme-c-9.1.1/src/microcode/uxenv.c

Current:
182 #elif defined(HAVE_CLOCK_GETTIME)
183
184 void
185 OS_nanotime_since_utc_epoch (struct scheme_nanotime t)
186 {


Must be:
182 #elif defined(HAVE_CLOCK_GETTIME)
183
184 void
185 OS_nanotime_since_utc_epoch (struct scheme_nanotime *t)
186 {

Igor Pashev <ip1981>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by riastradh (Posted a comment)
  • -email is unavailable- added by ip1981 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-08-30 riastradh StatusNone Done
        Assigned toNone riastradh
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code