Changeset 3572 in Sophya for trunk/SophyaExt/FitsIOServer/fitsblkrw.h
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsblkrw.h
r3493 r3572 159 159 string msg = "FitsBlockRW<std::string>::WriteColumnData() Error: " ; 160 160 msg += buff; 161 sprintf(buff," kk=%ld", kk); msg += buff;161 sprintf(buff," kk=%ld",(long)kk); msg += buff; 162 162 throw FitsIOException(msg); 163 163 } … … 187 187 string msg = "FitsBlockRW<std::string>::ReadColumnData() Error: " ; 188 188 msg += buff; 189 sprintf(buff," kk=%ld", kk); msg += buff;189 sprintf(buff," kk=%ld",(long)kk); msg += buff; 190 190 throw FitsIOException(msg); 191 191 }
Note:
See TracChangeset
for help on using the changeset viewer.