summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-13 11:40:29 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-13 11:40:29 +0000
commit7563bf19ceca82262485052bef1716a023cbb819 (patch)
tree619265933fb6476d4f172dca65065c138b5662c6
parent8cdb6d6fb056575f58eaf7e1a8fae2f31c321d13 (diff)
Fixed typo.
-rw-r--r--src/htsname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsname.c b/src/htsname.c
index cc6c344..16901a3 100644
--- a/src/htsname.c
+++ b/src/htsname.c
@@ -1422,7 +1422,7 @@ int url_savename2(char* adr_complete, char* fil_complete, char* save,
save[sofar + j] = '\0';
// log in debug
if ( (opt->debug>1) && (opt->log!=NULL) ) {
- HTS_LOG(opt,LOG_DEBUG); fprintf(opt->log,"Too long filename shortened: %s%s => %s"LF,adr_complete,fil_complete,sav);
+ HTS_LOG(opt,LOG_DEBUG); fprintf(opt->log, "Too long filename shortened: %s%s => %s"LF, adr_complete, fil_complete, save);
test_flush;
}
}