gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master e182991 3/3: Merged filename typo correction i


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master e182991 3/3: Merged filename typo correction into master
Date: Sat, 13 Aug 2016 09:37:54 +0000 (UTC)

branch: master
commit e1829914475275f723c1fee5d2bd28c1d4e3f1c8
Merge: ab90b2e 203ddc3
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Merged filename typo correction into master
    
    Merged commit 203ddc3 ("Change file name in error messages in
    src/noisechisel/binary.c") into master.
---
 src/noisechisel/binary.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/noisechisel/binary.c b/src/noisechisel/binary.c
index 58cdc67..49090f6 100644
--- a/src/noisechisel/binary.c
+++ b/src/noisechisel/binary.c
@@ -524,7 +524,7 @@ fh_makeinv(unsigned char *byt, size_t s0, size_t s1,
   /* Allocate the temporary inverse array: */
   errno=0; tinv=malloc(size*sizeof *tinv);
   if(tinv==NULL)
-    error(EXIT_FAILURE, errno, "%lu bytes for tinv (label.c)",
+    error(EXIT_FAILURE, errno, "%lu bytes for tinv (binary.c)",
           size*sizeof *tinv);
 
   /* Fill in the central regions of the inverse array: */
@@ -618,7 +618,7 @@ fillboundedholes(unsigned char *in, size_t s0, size_t s1, 
int anyblank)
   errno=0; hlab=malloc(idx*idy*sizeof *hlab);
   if(hlab==NULL)
     error(EXIT_FAILURE, errno, "%lu bytes for hlab in filllabeledholes "
-          "(label.c)", idx*idy*sizeof *hlab);
+          "(binary.c)", idx*idy*sizeof *hlab);
 
 
   /* Find the hole labels */



reply via email to

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