Changeset 1060 for trunk/src


Ignore:
Timestamp:
Jun 24, 2008 6:18:03 AM (16 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/RpDXWriter.cc

    r1055 r1060  
    256256    dxfile.append("attribute \"ref\" string \"positions\"\n",35);
    257257
    258     sprintf(b,"object 3 class array type float rank 0 items %d data follows\n",
    259         _dataBuf.nmemb());
     258    sprintf(b,"object 3 class array type float rank 0 items %lu data follows\n",
     259        (unsigned long)_dataBuf.nmemb());
    260260    dxfile.append(b);
    261261
Note: See TracChangeset for help on using the changeset viewer.