Ignore:
Timestamp:
Sep 24, 2013, 12:41:04 PM (11 years ago)
Author:
gah
Message:

sync with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/src/core/RpSimpleBuffer.h

    r2544 r3953  
    66 *  AUTHOR:  Derrick Kearney, Purdue University
    77 *
    8  *  Copyright (c) 2004-2008  Purdue Research Foundation
     8 *  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    99 * ----------------------------------------------------------------------
    1010 *  See the file "license.terms" for information on usage and
     
    4949 *  GOVERNMENT USE: If you are acquiring this software on behalf of the
    5050 *  U.S. government, the Government shall have only "Restricted Rights"
    51  *  in the software and related documentation as defined in the Federal·
     51 *  in the software and related documentation as defined in the Federal
    5252 *  Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
    5353 *  are acquiring the software on behalf of the Department of Defense, the
     
    5757 *  authors grant the U.S. Government and others acting in its behalf
    5858 *  permission to use and distribute the software in accordance with the
    59  *  terms specified in this license.·
     59 *  terms specified in this license.
    6060 *
    6161 * ======================================================================
     
    245245        return;
    246246    }
    247     _numElemsUsed = numElems;
    248247}
    249248
     
    644643
    645644    while (curMemb != _numElemsUsed) {
    646         fprintf(stdout,"_buf[%lu] = :%#x:\n", (long unsigned int)curMemb,
     645        fprintf(stdout,"_buf[%lu] = :%#lx:\n", (long unsigned int)curMemb,
    647646                (unsigned long)_buf[curMemb]);
    648647        curMemb += 1;
Note: See TracChangeset for help on using the changeset viewer.