gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 478017e: Minor correction in BZERO warning mes


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 478017e: Minor correction in BZERO warning message
Date: Mon, 24 Jul 2017 11:46:43 -0400 (EDT)

branch: master
commit 478017e8ad19427b779d520c859d83ae45bc5e6a
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Minor correction in BZERO warning message
    
    In the previous commit's warning message, I had missed an `or' and thus it
    could be confusing. So the error message was corrected to be more clear.
---
 lib/fits.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/fits.c b/lib/fits.c
index 03e47bc..6cf7621 100644
--- a/lib/fits.c
+++ b/lib/fits.c
@@ -524,8 +524,8 @@ fits_type_correct(int *type, double bscale, char *bzero_str)
                         "used to identify that the dataset should be read as "
                         "unsigned 64-bit integers instead of signed 64-bit "
                         "integers. Depending on your version of CFITSIO, "
-                        "it may be read as a signed unsigned 64-bit "
-                        "integer\n\n", __func__, bzero_str, bzero_u64);
+                        "it may be read as a signed or unsigned 64-bit "
+                        "integer array\n\n", __func__, bzero_str, bzero_u64);
                 tofloat=0;
               }
           break;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]