You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Scott Cantor (JIRA)" <ji...@apache.org> on 2017/09/01 23:51:00 UTC

[jira] [Commented] (SANTUARIO-449) TXFMOutputFile can try to close unopened stream

    [ https://issues.apache.org/jira/browse/SANTUARIO-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16151310#comment-16151310 ] 

Scott Cantor commented on SANTUARIO-449:
----------------------------------------

Added additional commits:

1274e715b27f155d12241fbaf874a068934031ca

> TXFMOutputFile can try to close unopened stream
> -----------------------------------------------
>
>                 Key: SANTUARIO-449
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-449
>             Project: Santuario
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: C++ 1.7.0, C++ 1.7.1, C++ 1.7.2, C++ 1.7.3
>            Reporter: Ferenc Wágner
>            Assignee: Scott Cantor
>             Fix For: C++ 2.0.0
>
>
> Indentation suggests this branch misses a pair of braces:
> {code:title=xsec/transformers/TXFMOutputFile.cpp:39}
>     if (f.is_open())
>         f.write("\n----- END -----\n", 17);
>         f.close();
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)