diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-29 16:03:04 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-29 16:03:04 +0000 |
commit | c7636d4f90c558500e946427315eec83dfdcf87e (patch) | |
tree | e9118db9933a681335e6f6cf271e77b57f4ab5cd /src/htsparse.c | |
parent | 3a7e594166e0358aace7d521b0e55d3f434681b8 (diff) |
tr -d '\r'
Diffstat (limited to 'src/htsparse.c')
-rw-r--r-- | src/htsparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsparse.c b/src/htsparse.c index 6269450..1c1fba2 100644 --- a/src/htsparse.c +++ b/src/htsparse.c @@ -2694,7 +2694,7 @@ int htsparse(htsmoduleStruct * str, htsmoduleStructExtended * stre) { } // html,gif if (patch_it) { - char BIGSTK save[HTS_URLMAXSIZE * 2];
+ char BIGSTK save[HTS_URLMAXSIZE * 2]; char BIGSTK tempo[HTS_URLMAXSIZE * 2]; strcpybuff(save, StringBuff(opt->path_html_utf8)); |