[segyio] 326/376: Fix wrong name in segyio-cath error
Jørgen Kvalsvik
jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
jokva-guest pushed a commit to branch debian
in repository segyio.
commit e3c41f5f8b8de6de4a38acf30fc9beafbcbc8c5a
Author: Jørgen Kvalsvik <jokva at statoil.com>
Date: Tue Jul 11 10:43:16 2017 +0200
Fix wrong name in segyio-cath error
---
applications/segyio-cath.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/segyio-cath.c b/applications/segyio-cath.c
index 7089d56..8e1493c 100644
--- a/applications/segyio-cath.c
+++ b/applications/segyio-cath.c
@@ -120,7 +120,7 @@ int main( int argc, char** argv ) {
for( int i = optind; i < argc; ++i ) {
segy_file* fp = segy_open( argv[ i ], "r" );
- if( !fp ) fprintf( stderr, "segycath: %s: No such file or directory\n",
+ if( !fp ) fprintf( stderr, "segyio-cath: %s: No such file or directory\n",
argv[ i ] );
if( !fp && strict ) return exit_error( errno, NULL );
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git
More information about the debian-science-commits
mailing list