Loading doc/src/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ language = None # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: # today = 'Tue Sep 06 2022' today = 'Wed Sep 07 2022' # # Else, today_fmt is used as the format for a strftime call. # Loading src/header.c +3 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with SExtractor. If not, see <http://www.gnu.org/licenses/>. * * Last modified: 12/07/2012 * Last modified: 07/09/2022 * *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ Loading @@ -49,7 +49,7 @@ INPUT Name of the ASCII file, OUTPUT RETURN_OK if the file was found, RETURN_ERROR otherwise. NOTES -. AUTHOR E. Bertin (IAP) VERSION 12/07/2012 VERSION 07/09/2022 ***/ int read_aschead(char *filename, int frameno, tabstruct *tab) { Loading @@ -63,7 +63,7 @@ int read_aschead(char *filename, int frameno, tabstruct *tab) { /*- Skip previous ENDs in multi-FITS extension headers */ for (i=frameno-1; i--;) while (fgets(str, MAXCHAR, file) while (fgets(str, 88, file) && strncmp(str,"END ",4) && strncmp(str,"END\n",4)); memset(str, ' ', 80); Loading Loading
doc/src/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ language = None # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: # today = 'Tue Sep 06 2022' today = 'Wed Sep 07 2022' # # Else, today_fmt is used as the format for a strftime call. # Loading
src/header.c +3 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with SExtractor. If not, see <http://www.gnu.org/licenses/>. * * Last modified: 12/07/2012 * Last modified: 07/09/2022 * *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ Loading @@ -49,7 +49,7 @@ INPUT Name of the ASCII file, OUTPUT RETURN_OK if the file was found, RETURN_ERROR otherwise. NOTES -. AUTHOR E. Bertin (IAP) VERSION 12/07/2012 VERSION 07/09/2022 ***/ int read_aschead(char *filename, int frameno, tabstruct *tab) { Loading @@ -63,7 +63,7 @@ int read_aschead(char *filename, int frameno, tabstruct *tab) { /*- Skip previous ENDs in multi-FITS extension headers */ for (i=frameno-1; i--;) while (fgets(str, MAXCHAR, file) while (fgets(str, 88, file) && strncmp(str,"END ",4) && strncmp(str,"END\n",4)); memset(str, ' ', 80); Loading