diff options
author | John Wiegley <johnw@newartisans.com> | 2004-11-15 12:46:23 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:40:48 -0400 |
commit | b4cdc528b42e0c8c6b2a9ad5c5a3dab2dd682653 (patch) | |
tree | 7791f5df63f281ef8911ca89df5f75da04ee0f71 /quotes.cc | |
parent | 695c2d6e28abf6ea06e64d61dafec90198d9097a (diff) | |
download | fork-ledger-b4cdc528b42e0c8c6b2a9ad5c5a3dab2dd682653.tar.gz fork-ledger-b4cdc528b42e0c8c6b2a9ad5c5a3dab2dd682653.tar.bz2 fork-ledger-b4cdc528b42e0c8c6b2a9ad5c5a3dab2dd682653.zip |
*** empty log message ***
Diffstat (limited to 'quotes.cc')
-rw-r--r-- | quotes.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ void quotes_by_script::operator()(commodity_t& commodity, success = false; if (pclose(fp) != 0) success = false; + } else { + success = false; } if (success && buf[0]) { |