diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-13 11:40:29 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-13 11:40:29 +0000 |
commit | 7563bf19ceca82262485052bef1716a023cbb819 (patch) | |
tree | 619265933fb6476d4f172dca65065c138b5662c6 /src | |
parent | 8cdb6d6fb056575f58eaf7e1a8fae2f31c321d13 (diff) |
Fixed typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/htsname.c | 2 |
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; } } |