[Kst] branches/work/kst/portto4/kst/src/datasources/fitsimage
Peter Kümmel
syntheticpp at gmx.net
Wed Feb 2 19:40:19 CET 2011
SVN commit 1218521 by kuemmel:
add strings to fitsimage
M +1 -2 fitsimage.cpp
--- branches/work/kst/portto4/kst/src/datasources/fitsimage/fitsimage.cpp #1218520:1218521
@@ -436,6 +436,7 @@
fits_open_image( &_fptr, _filename.toAscii(), READONLY, &status );
im->clear();
+ _strings = fileMetas();
if (status == 0) {
im->init();
@@ -446,8 +447,6 @@
_fptr = 0L;
return false;
}
-
- _strings = fileMetas();
}
More information about the Kst
mailing list