- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible /branches/pap_stack/Ohana merged eligible /trunk/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/20100225/Ohana/src/opihi/dvo/LoadImages.c
r15752 r27517 1 1 # include "dvoshell.h" 2 2 3 Image *LoadImages ( int *nimage) {3 Image *LoadImages (off_t *Nimage) { 4 4 5 5 int status; … … 25 25 gprint (GP_ERR, "note: image catalog is empty\n"); 26 26 ALLOCATE (image, Image, 1); 27 * nimage = 1;27 *Nimage = 1; 28 28 return (image); 29 29 } … … 37 37 } 38 38 39 image = gfits_table_get_Image (&db.ftable, nimage, &db.swapped);39 image = gfits_table_get_Image (&db.ftable, Nimage, &db.swapped); 40 40 return (image); 41 41 }
Note:
See TracChangeset
for help on using the changeset viewer.
